Gym Environment - AvoidShit-v0 , Dodge
This repository contains the Avoid Shit as a gym environment
Works in Ubuntu 18.04
you need to install X11 in linux system.
In gym-avoidshit directory,
you need to type following command
pip3 install -e .
There is env.render() in test.py
To render this game,
You need to type following command
DISPLAY=:0 python3 test.py
Discrete action space , fixed shit generation, Normalization
1. if you want to run Gym-Dodge, change branch master to dodge ↩
2. if you want to run Continuous Gym-avoidshit, change branch master to continuous ↩