File size: 826 Bytes
ddcb06c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5a218aa
 
ddcb06c
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
27
28
29
30
---
library_name: stable-baselines3
tags:
- CarRacing-v0
- deep-reinforcement-learning
- reinforcement-learning
- stable-baselines3
model-index:
- name: RecurrentPPO
  results:
  - metrics:
    - type: mean_reward
      value: 896.87 +/- 23.31
      name: mean_reward
    task:
      type: reinforcement-learning
      name: reinforcement-learning
    dataset:
      name: CarRacing-v0
      type: CarRacing-v0
---

  # **RecurrentPPO** Agent playing **CarRacing-v0**
  This is a trained model of a **RecurrentPPO** agent playing **CarRacing-v0** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
  
  ## Usage (with Stable-baselines3)
  TODO: Add your code
  
 Using recurrent PPO implementation from SB3 contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/53