Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/louis030195/xmoto_learning
- Owner: louis030195
- Created: 2019-01-22T19:26:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T09:52:28.000Z (over 5 years ago)
- Last Synced: 2024-12-20T12:12:25.709Z (15 days ago)
- Topics: artificial-intelligence, deep-learning, deep-neural-networks, deeplearning, machine-learning, machinelearning, python, reinforcement-learning
- Language: Jupyter Notebook
- Size: 2.51 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```