Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louis030195/xmoto_learning

reinforcement learning algorithms for xmoto_gym environment
https://github.com/louis030195/xmoto_learning

artificial-intelligence deep-learning deep-neural-networks deeplearning machine-learning machinelearning python reinforcement-learning

Last synced: 10 days ago
JSON representation

reinforcement learning algorithms for xmoto_gym environment

Awesome Lists containing this project

README

        

# xmoto_learning
**WIP**

reinforcement learning algorithms for [xmoto_gym](https://github.com/louis030195/xmoto-gym) environment

## Installation
LINUX REQUIRE ROOT BECAUSE OF [keyboard](https://github.com/boppreh/keyboard)
```
pip install gym_xmoto
```
Pytorch
```
pip install torch torchvision
```
Tensorflow
```
pip install tensorflow-gpu
```
Tensorflow2
```
pip install tensorflow-gpu==2.0.0-beta0
```