Rami commited on
Commit
4a1968d
1 Parent(s): 75d549e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
- license: apache-2.0
 
3
  ---
 
4
  DQN model applied to the this discrete environments CartPole-v1
5
  ## Model Description
6
  The model was trained from the CleanRl library using the DQN algorithm on CartPole-v1
 
1
  ---
2
+ license: apache-2.0
3
+ tags:
4
  ---
5
+ # DQN
6
  DQN model applied to the this discrete environments CartPole-v1
7
  ## Model Description
8
  The model was trained from the CleanRl library using the DQN algorithm on CartPole-v1