Running some basic RL algorithms on minecraft environment using Microsoft Malmo
├── 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