ThomasSimonini HF staff commited on
Commit
3057e3f
1 Parent(s): f39a67d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,10 +6,12 @@ tags:
6
  ---
7
  # ThomasSimonini/ppo-SpaceInvadersNoFrameskip-v4
8
 
9
- <video src="https://huggingface.co/ThomasSimonini/ppo-SpaceInvadersNoFrameskip-v4/blob/main/output.mp4" controls autoplay loop/>
10
 
11
  This is a pre-trained model of a PPO agent playing SpaceInvadersNoFrameskip using the [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) library. It is taken from [RL-trained-agents](https://github.com/DLR-RM/rl-trained-agents)
12
 
 
 
13
  ### Usage (with Stable-baselines3)
14
  Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed:
15
 
 
6
  ---
7
  # ThomasSimonini/ppo-SpaceInvadersNoFrameskip-v4
8
 
9
+
10
 
11
  This is a pre-trained model of a PPO agent playing SpaceInvadersNoFrameskip using the [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) library. It is taken from [RL-trained-agents](https://github.com/DLR-RM/rl-trained-agents)
12
 
13
+ <video src="https://huggingface.co/ThomasSimonini/ppo-LunarLander-v2/resolve/main/output.mp4" controls autoplay loop/>
14
+
15
  ### Usage (with Stable-baselines3)
16
  Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed:
17