Create a model card

#1
by ThomasSimonini HF staff - opened
Files changed (1) hide show
  1. README.md +14 -0
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)