kinalmehta commited on
Commit
0448017
1 Parent(s): 8b9b439

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - custom-implementation
7
  library_name: cleanrl
8
  model-index:
9
- - name: DQN
10
  results:
11
  - task:
12
  type: reinforcement-learning
@@ -21,9 +21,9 @@ model-index:
21
  verified: false
22
  ---
23
 
24
- # (CleanRL) **DQN** Agent Playing **PongNoFrameskip-v4**
25
 
26
- This is a trained model of a DQN agent playing PongNoFrameskip-v4.
27
  The model was trained by using [CleanRL](https://github.com/vwxyzjn/cleanrl) and the most up-to-date training code can be
28
  found [here](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/c51_atari_jax.py).
29
 
 
6
  - custom-implementation
7
  library_name: cleanrl
8
  model-index:
9
+ - name: C51
10
  results:
11
  - task:
12
  type: reinforcement-learning
 
21
  verified: false
22
  ---
23
 
24
+ # (CleanRL) **C51** Agent Playing **PongNoFrameskip-v4**
25
 
26
+ This is a trained model of a C51 agent playing PongNoFrameskip-v4.
27
  The model was trained by using [CleanRL](https://github.com/vwxyzjn/cleanrl) and the most up-to-date training code can be
28
  found [here](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/c51_atari_jax.py).
29