Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 846 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 846 Bytes

Gym-AvoidShit 1 2

This repository contains the Avoid Shit as a gym environment

alt text

Implementation

Works in Ubuntu 18.04
you need to install X11 in linux system.

Installation

In gym-avoidshit directory,

you need to type following command

pip3 install -e .

Test DQN model

There is env.render() in test.py

To render this game,

You need to type following command

DISPLAY=:0 python3 test.py

Version

AvoidShit-1.0

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