Skip to content

Java examples based on the existing Python ones for the Malmo AI platform made by Microsoft.

License

Notifications You must be signed in to change notification settings

Techdaan/MalmoJavaExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malmo Java Examples

Aims to port all Python examples to Java to provide more examples to people who wish to use Malmo with Java.

#How to use In order to execute one of these tutorials you should run the following in the command line:

java -cp MalmoJavaJar.jar;Tutorials.jar -DJava.library.path=. TUTORIAL

Example: If I wanted to run "Tutorial1" I'd enter the following command in the command line:

java -cp MalmoJavaJar.jar;Tutorials.jar -DJava.library.path=. Tutorial1

The tutorial name has to correspond the class name.

About

Java examples based on the existing Python ones for the Malmo AI platform made by Microsoft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages