Bridge Buliding - simple 2D grid world
Pre-requisite
- Python 3.+
- gym
- openAI-baselines
- tensorflow 1.+
- numpy
Description
The whole environment has the same API/Interface as those provided in gym.
Detailed comments will be added later.
To play with the environment, you can simply run
python build_bridge.py
You can interact with the environment by typing use input
w : move forward
l : turn left
r : turn right
b : place block