/minecraft-rl

Environments used in RL

Primary LanguagePythonMIT LicenseMIT

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