File size: 433 Bytes
8921443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
library_name: godot-rl
tags:
- deep-reinforcement-learning
- reinforcement-learning
- godot-rl
- environments
- video-games
---

A RL environment called FlyBy 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_FlyBy
```