GitHunt
LE

LemonATsu/Bridge-Building

Simple 2D gridworld for bridge-building task

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

Languages

Python100.0%

Contributors

Created June 8, 2017
Updated March 5, 2023
LemonATsu/Bridge-Building | GitHunt