Skip to content

okkhoy/minecraft-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-rl

Running some basic RL algorithms on minecraft environment using Microsoft Malmo

Contents

├── agents
│   └── EgreedyBandit.py -- simple Bandit algorithm using epsilon greedy exploration
├── environments
│   ├── init.py
│   └── simple_mission.py -- a simple mission file that creates a closed room environment with obstacles and landmarks
├── LICENSE
├── MalmoPython.so
└── README.md

About

Environments used in RL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages