ivan267 ThomasSimonini HF staff commited on
Commit
4cc14c9
1 Parent(s): 20abe7d

Create a model card (#1)

Browse files

- Create README.md (e7bb8c9d7850d430b9cbe33cfebe6140ccc1499b)


Co-authored-by: Thomas Simonini <ThomasSimonini@users.noreply.huggingface.co>

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)