numan966 commited on
Commit
d450db2
1 Parent(s): e7d8002

Initial commit

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ model-index:
16
  type: SpaceInvadersNoFrameskip-v4
17
  metrics:
18
  - type: mean_reward
19
- value: 565.00 +/- 213.27
20
  name: mean_reward
21
  verified: false
22
  ---
@@ -36,21 +36,26 @@ RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo<br/>
36
  SB3: https://github.com/DLR-RM/stable-baselines3<br/>
37
  SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
38
 
 
 
 
 
 
39
  ```
40
  # Download model and save it into the logs/ folder
41
  python -m rl_zoo3.load_from_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -orga numan966 -f logs/
42
- python enjoy.py --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
43
  ```
44
 
45
  If you installed the RL Zoo3 via pip (`pip install rl_zoo3`), from anywhere you can do:
46
  ```
47
  python -m rl_zoo3.load_from_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -orga numan966 -f logs/
48
- rl_zoo3 enjoy --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
49
  ```
50
 
51
  ## Training (with the RL Zoo)
52
  ```
53
- python train.py --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
54
  # Upload the model and generate video (when possible)
55
  python -m rl_zoo3.push_to_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/ -orga numan966
56
  ```
@@ -65,9 +70,9 @@ OrderedDict([('batch_size', 64),
65
  ('exploration_fraction', 0.1),
66
  ('frame_stack', 4),
67
  ('gradient_steps', 1),
68
- ('learning_rate', 0.0003),
69
  ('learning_starts', 100000),
70
- ('n_timesteps', 2000000.0),
71
  ('optimize_memory_usage', False),
72
  ('policy', 'CnnPolicy'),
73
  ('target_update_interval', 1000),
 
16
  type: SpaceInvadersNoFrameskip-v4
17
  metrics:
18
  - type: mean_reward
19
+ value: 618.00 +/- 169.87
20
  name: mean_reward
21
  verified: false
22
  ---
 
36
  SB3: https://github.com/DLR-RM/stable-baselines3<br/>
37
  SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
38
 
39
+ Install the RL Zoo (with SB3 and SB3-Contrib):
40
+ ```bash
41
+ pip install rl_zoo3
42
+ ```
43
+
44
  ```
45
  # Download model and save it into the logs/ folder
46
  python -m rl_zoo3.load_from_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -orga numan966 -f logs/
47
+ python -m rl_zoo3.enjoy --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
48
  ```
49
 
50
  If you installed the RL Zoo3 via pip (`pip install rl_zoo3`), from anywhere you can do:
51
  ```
52
  python -m rl_zoo3.load_from_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -orga numan966 -f logs/
53
+ python -m rl_zoo3.enjoy --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
54
  ```
55
 
56
  ## Training (with the RL Zoo)
57
  ```
58
+ python -m rl_zoo3.train --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
59
  # Upload the model and generate video (when possible)
60
  python -m rl_zoo3.push_to_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/ -orga numan966
61
  ```
 
70
  ('exploration_fraction', 0.1),
71
  ('frame_stack', 4),
72
  ('gradient_steps', 1),
73
+ ('learning_rate', 0.0002),
74
  ('learning_starts', 100000),
75
+ ('n_timesteps', 4000000.0),
76
  ('optimize_memory_usage', False),
77
  ('policy', 'CnnPolicy'),
78
  ('target_update_interval', 1000),
args.yml CHANGED
@@ -54,7 +54,7 @@
54
  - - save_replay_buffer
55
  - false
56
  - - seed
57
- - 1343356972
58
  - - storage
59
  - null
60
  - - study_name
 
54
  - - save_replay_buffer
55
  - false
56
  - - seed
57
+ - 622850569
58
  - - storage
59
  - null
60
  - - study_name
config.yml CHANGED
@@ -14,11 +14,11 @@
14
  - - gradient_steps
15
  - 1
16
  - - learning_rate
17
- - 0.0003
18
  - - learning_starts
19
  - 100000
20
  - - n_timesteps
21
- - 2000000.0
22
  - - optimize_memory_usage
23
  - false
24
  - - policy
 
14
  - - gradient_steps
15
  - 1
16
  - - learning_rate
17
+ - 0.0002
18
  - - learning_starts
19
  - 100000
20
  - - n_timesteps
21
+ - 4000000.0
22
  - - optimize_memory_usage
23
  - false
24
  - - policy
dqn-SpaceInvadersNoFrameskip-v4.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2184cb05563800e8299dbc93a4e42502df95eb708bcc858f7262292a5543cddf
3
- size 27224809
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47ab517db617804421d549c3b14657c904e3c1cd805374fe784dd3368749667
3
+ size 27224804
dqn-SpaceInvadersNoFrameskip-v4/_stable_baselines3_version CHANGED
@@ -1 +1 @@
1
- 1.7.0a11
 
1
+ 1.7.0
dqn-SpaceInvadersNoFrameskip-v4/data CHANGED
The diff for this file is too large to render. See raw diff
 
dqn-SpaceInvadersNoFrameskip-v4/policy.optimizer.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7d2441597b8ebd48e35d41e5944beaad33b0ed07feeed4ce92961d8aec4577a
3
  size 13505739
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a98d3a3072746ac3fa80d8fdc57f17fb41016734bd0e87b22eb71a4b84c08b9
3
  size 13505739
dqn-SpaceInvadersNoFrameskip-v4/policy.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2be2837ce666f5096f49cd28046ac3c9a5728245d1fc4150857e401abf590bd6
3
  size 13504937
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e1c5ebc3dd2dc82e06d04bacb1ae9db3cf1eae430b18afd316e0a5701d32df
3
  size 13504937
dqn-SpaceInvadersNoFrameskip-v4/system_info.txt CHANGED
@@ -1,7 +1,7 @@
1
- - OS: Linux-5.10.133+-x86_64-with-glibc2.27 # 1 SMP Fri Aug 26 08:44:51 UTC 2022
2
- - Python: 3.8.16
3
- - Stable-Baselines3: 1.7.0a11
4
- - PyTorch: 1.13.0+cu116
5
  - GPU Enabled: True
6
  - Numpy: 1.21.6
7
  - Gym: 0.21.0
 
1
+ - OS: Linux-5.10.147+-x86_64-with-glibc2.29 # 1 SMP Sat Dec 10 16:00:40 UTC 2022
2
+ - Python: 3.8.10
3
+ - Stable-Baselines3: 1.7.0
4
+ - PyTorch: 1.13.1+cu116
5
  - GPU Enabled: True
6
  - Numpy: 1.21.6
7
  - Gym: 0.21.0
replay.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4ec378fee47ad67ff9707cebcb17dd11aeebb9de83663bb5590e654ff65f186
3
- size 194422
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad65afe471cb8e3471da591346c2793dc483889c167c6c88817fb0f354bb932f
3
+ size 197802
results.json CHANGED
@@ -1 +1 @@
1
- {"mean_reward": 565.0, "std_reward": 213.27212663637036, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2023-01-04T19:42:40.427322"}
 
1
+ {"mean_reward": 618.0, "std_reward": 169.8705389406886, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2023-01-20T21:01:26.228474"}
train_eval_metrics.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba419e1af6cbe0290c2fb6aa6c8f31b0173ffdd5f27f2740f015f4b123d89988
3
- size 62689
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b71532eff206c3f7d52323ccb45c6a5718626dbcc2e4eb389b1566bee620e5e8
3
+ size 122900