godot_rl_AirHockey / README.md
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
24fcb4a
|
raw
history blame
No virus
441 Bytes
---
library_name: godot-rl
tags:
- deep-reinforcement-learning
- reinforcement-learning
- godot-rl
- environments
- video-games
---
A RL environment called AirHockey for the Godot Game Engine.
This environment was created with: https://github.com/edbeeching/godot_rl_agents
## Downloading the environment
After installing Godot RL Agents, download the environment with:
```
gdrl.env_from_hub -r edbeeching/godot_rl_AirHockey
```