Commit
•
e7bb8c9
1
Parent(s):
20abe7d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- 'deep-reinforcement-learning'
|
5 |
+
- 'godot-rl'
|
6 |
+
---
|
7 |
+
|
8 |
+
# Imitation Learning with Godot RL
|
9 |
+
|
10 |
+
<img src="https://huggingface.co/datasets/huggingface-deep-rl-course/course-images/resolve/main/en/unit13/thumbnail.png" alt="Thumbnail"/>
|
11 |
+
|
12 |
+
This environment is [part of the Unit Bonus 5 of the Deep Reinforcement Learning Course](https://huggingface.co/learn/deep-rl-course/unitbonus5/introduction) where you where you will train a robot agent to complete a mini-game level using imitation learning.
|
13 |
+
|
14 |
+
You can find the tutorial 👉 [here](https://huggingface.co/learn/deep-rl-course/unitbonus5/introduction)
|