louis030195 / xmoto-gym

OpenAi's gym environment for Xmoto game - reinforcement learning research
2 stars 0 forks source link
artificial-intelligence deep-learning deep-neural-networks deeplearning machine-learning machinelearning python reinforcement-learning

Xmoto AI

OpenAi Gym with Xmoto !

Actions

Installation

pip install gym_xmoto
sudo apt-get install faketime
sudo apt-get install xmoto

Usage

Example

python example.py

For more details check this

Docker

(Currently doesn't work Seg fault at example in run)

docker build .
docker run -p 5900:5900 <image hash>
vncviewer localhost:5900

Second agent:

docker run -p 5901:5900 <image hash>
vncviewer localhost:5901

...

Roadmap