pratsy commited on
Commit
9fca057
·
1 Parent(s): db0fe3c

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +0 -1
  2. hyperparameters.json +1 -1
  3. model.pt +1 -1
  4. replay.mp4 +0 -0
  5. results.json +1 -1
README.md CHANGED
@@ -23,5 +23,4 @@ model-index:
23
 
24
  # **Reinforce** Agent playing **CartPole-v1**
25
  This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
26
- To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
27
 
 
23
 
24
  # **Reinforce** Agent playing **CartPole-v1**
25
  This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
 
26
 
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 16, "n_training_episodes": 1000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 1.0, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}
 
1
+ {"h_size": 16, "n_training_episodes": 3000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 1.0, "lr": 0.007, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ef0c707a8f5a56e40664bfcd372907d5b0866d708d13e6531bf81cb626fe4d5
3
  size 2771
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43f2f39eeae430d5c1b094461360e1337236bdb7b7123b4764e9e4f771ca0c7
3
  size 2771
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "CartPole-v1", "mean_reward": 500.0, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-18T13:31:25.953346"}
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 500.0, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-18T13:58:45.086457"}