Initial commit
Browse files- README.md +6 -6
- args.yml +1 -1
- config.yml +5 -5
- dqn-SpaceInvadersNoFrameskip-v4.zip +2 -2
- dqn-SpaceInvadersNoFrameskip-v4/data +0 -0
- dqn-SpaceInvadersNoFrameskip-v4/policy.optimizer.pth +1 -1
- dqn-SpaceInvadersNoFrameskip-v4/policy.pth +1 -1
- replay.mp4 +2 -2
- results.json +1 -1
- train_eval_metrics.zip +2 -2
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: SpaceInvadersNoFrameskip-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
@@ -62,20 +62,20 @@ python -m rl_zoo3.push_to_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -f lo
|
|
62 |
|
63 |
## Hyperparameters
|
64 |
```python
|
65 |
-
OrderedDict([('batch_size',
|
66 |
-
('buffer_size',
|
67 |
('env_wrapper',
|
68 |
['stable_baselines3.common.atari_wrappers.AtariWrapper']),
|
69 |
('exploration_final_eps', 0.01),
|
70 |
-
('exploration_fraction', 0.
|
71 |
('frame_stack', 4),
|
72 |
('gradient_steps', 1),
|
73 |
('learning_rate', 0.0001),
|
74 |
('learning_starts', 100000),
|
75 |
-
('n_timesteps',
|
76 |
('optimize_memory_usage', False),
|
77 |
('policy', 'CnnPolicy'),
|
78 |
-
('target_update_interval',
|
79 |
('train_freq', 4),
|
80 |
('normalize', False)])
|
81 |
```
|
|
|
16 |
type: SpaceInvadersNoFrameskip-v4
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 860.50 +/- 399.22
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
62 |
|
63 |
## Hyperparameters
|
64 |
```python
|
65 |
+
OrderedDict([('batch_size', 64),
|
66 |
+
('buffer_size', 150000),
|
67 |
('env_wrapper',
|
68 |
['stable_baselines3.common.atari_wrappers.AtariWrapper']),
|
69 |
('exploration_final_eps', 0.01),
|
70 |
+
('exploration_fraction', 0.2),
|
71 |
('frame_stack', 4),
|
72 |
('gradient_steps', 1),
|
73 |
('learning_rate', 0.0001),
|
74 |
('learning_starts', 100000),
|
75 |
+
('n_timesteps', 10000000.0),
|
76 |
('optimize_memory_usage', False),
|
77 |
('policy', 'CnnPolicy'),
|
78 |
+
('target_update_interval', 5000),
|
79 |
('train_freq', 4),
|
80 |
('normalize', False)])
|
81 |
```
|
args.yml
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
- - save_replay_buffer
|
57 |
- false
|
58 |
- - seed
|
59 |
-
-
|
60 |
- - storage
|
61 |
- null
|
62 |
- - study_name
|
|
|
56 |
- - save_replay_buffer
|
57 |
- false
|
58 |
- - seed
|
59 |
+
- 447592518
|
60 |
- - storage
|
61 |
- null
|
62 |
- - study_name
|
config.yml
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
!!python/object/apply:collections.OrderedDict
|
2 |
- - - batch_size
|
3 |
-
-
|
4 |
- - buffer_size
|
5 |
-
-
|
6 |
- - env_wrapper
|
7 |
- - stable_baselines3.common.atari_wrappers.AtariWrapper
|
8 |
- - exploration_final_eps
|
9 |
- 0.01
|
10 |
- - exploration_fraction
|
11 |
-
- 0.
|
12 |
- - frame_stack
|
13 |
- 4
|
14 |
- - gradient_steps
|
@@ -18,12 +18,12 @@
|
|
18 |
- - learning_starts
|
19 |
- 100000
|
20 |
- - n_timesteps
|
21 |
-
-
|
22 |
- - optimize_memory_usage
|
23 |
- false
|
24 |
- - policy
|
25 |
- CnnPolicy
|
26 |
- - target_update_interval
|
27 |
-
-
|
28 |
- - train_freq
|
29 |
- 4
|
|
|
1 |
!!python/object/apply:collections.OrderedDict
|
2 |
- - - batch_size
|
3 |
+
- 64
|
4 |
- - buffer_size
|
5 |
+
- 150000
|
6 |
- - env_wrapper
|
7 |
- - stable_baselines3.common.atari_wrappers.AtariWrapper
|
8 |
- - exploration_final_eps
|
9 |
- 0.01
|
10 |
- - exploration_fraction
|
11 |
+
- 0.2
|
12 |
- - frame_stack
|
13 |
- 4
|
14 |
- - gradient_steps
|
|
|
18 |
- - learning_starts
|
19 |
- 100000
|
20 |
- - n_timesteps
|
21 |
+
- 10000000.0
|
22 |
- - optimize_memory_usage
|
23 |
- false
|
24 |
- - policy
|
25 |
- CnnPolicy
|
26 |
- - target_update_interval
|
27 |
+
- 5000
|
28 |
- - train_freq
|
29 |
- 4
|
dqn-SpaceInvadersNoFrameskip-v4.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5aae8ff3bf2de68460fe74151e65129c91b048025bdd549bbfdfbeeedf7d267e
|
3 |
+
size 27220465
|
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:
|
3 |
size 13506236
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0dfec666d041505fd9befc5271616c1b6e35181609f12379fc71ea4009ac0c3
|
3 |
size 13506236
|
dqn-SpaceInvadersNoFrameskip-v4/policy.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 13505370
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad807988e9b0514bcd6c070b0134840b0f20724fa3f1e4985ec9ee2cdc171b4
|
3 |
size 13505370
|
replay.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa0f3e87e3e50c1bfff22c620af9eeff0f1eaed43826be6b70e62cd98456aa1a
|
3 |
+
size 222419
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean_reward":
|
|
|
1 |
+
{"mean_reward": 860.5, "std_reward": 399.22080356614686, "is_deterministic": false, "n_eval_episodes": 10, "eval_datetime": "2024-01-17T22:34:19.500060"}
|
train_eval_metrics.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f649f099f9575970ba115d26f53835f2b75031fc7bdfcc21ff77f5f4036b5c8
|
3 |
+
size 281687
|