Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 549 Bytes

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