Upload . with huggingface_hub
Browse files
.summary/0/events.out.tfevents.1677323897.groot
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:597e1ac25ad65234da8a88603b1c2e195d2b25c6753e324bcb6c8943321870ca
|
3 |
+
size 1765278
|
README.md
CHANGED
@@ -11,16 +11,16 @@ model-index:
|
|
11 |
type: reinforcement-learning
|
12 |
name: reinforcement-learning
|
13 |
dataset:
|
14 |
-
name:
|
15 |
-
type:
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
-
value:
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
22 |
|
23 |
-
A(n) **APPO** model trained on the **
|
24 |
|
25 |
This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
|
26 |
Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
|
@@ -38,7 +38,7 @@ python -m sample_factory.huggingface.load_from_hub -r eldraco/rl_course_vizdoom_
|
|
38 |
|
39 |
To run the model after download, use the `enjoy` script corresponding to this environment:
|
40 |
```
|
41 |
-
python -m <path.to.enjoy.module> --algo=APPO --env=
|
42 |
```
|
43 |
|
44 |
|
@@ -49,7 +49,7 @@ See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
|
|
49 |
|
50 |
To continue training with this model, use the `train` script corresponding to this environment:
|
51 |
```
|
52 |
-
python -m <path.to.train.module> --algo=APPO --env=
|
53 |
```
|
54 |
|
55 |
Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
|
|
|
11 |
type: reinforcement-learning
|
12 |
name: reinforcement-learning
|
13 |
dataset:
|
14 |
+
name: doom_deathmatch_bots
|
15 |
+
type: doom_deathmatch_bots
|
16 |
metrics:
|
17 |
- type: mean_reward
|
18 |
+
value: 10.80 +/- 3.03
|
19 |
name: mean_reward
|
20 |
verified: false
|
21 |
---
|
22 |
|
23 |
+
A(n) **APPO** model trained on the **doom_deathmatch_bots** environment.
|
24 |
|
25 |
This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
|
26 |
Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
|
|
|
38 |
|
39 |
To run the model after download, use the `enjoy` script corresponding to this environment:
|
40 |
```
|
41 |
+
python -m <path.to.enjoy.module> --algo=APPO --env=doom_deathmatch_bots --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme
|
42 |
```
|
43 |
|
44 |
|
|
|
49 |
|
50 |
To continue training with this model, use the `train` script corresponding to this environment:
|
51 |
```
|
52 |
+
python -m <path.to.train.module> --algo=APPO --env=doom_deathmatch_bots --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme --restart_behavior=resume --train_for_env_steps=10000000000
|
53 |
```
|
54 |
|
55 |
Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
|
checkpoint_p0/best_000024416_100007936_reward_13.928.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0a58b26199fd80740a107b99de49beeb8824294c71e08138589a7bf13df06ad
|
3 |
+
size 35139299
|
checkpoint_p0/checkpoint_000024100_98713600.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfa731655cf33829edc89198e08f1f2735a76ab61aa60b559a7f976beb0086a3
|
3 |
+
size 35139859
|
checkpoint_p0/checkpoint_000024416_100007936.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd1382ac952fead2e1979621d988de8e491ea748262f25827ddad9018a291d05
|
3 |
+
size 35139859
|
config.json
CHANGED
@@ -130,12 +130,12 @@
|
|
130 |
"wide_aspect_ratio": false,
|
131 |
"eval_env_frameskip": 1,
|
132 |
"fps": 35,
|
133 |
-
"command_line": "--env=
|
134 |
"cli_args": {
|
135 |
-
"env": "
|
136 |
-
"num_workers":
|
137 |
-
"num_envs_per_worker":
|
138 |
-
"train_for_env_steps":
|
139 |
},
|
140 |
"git_hash": "unknown",
|
141 |
"git_repo_name": "not a git repository"
|
|
|
130 |
"wide_aspect_ratio": false,
|
131 |
"eval_env_frameskip": 1,
|
132 |
"fps": 35,
|
133 |
+
"command_line": "--env=doom_deathmatch_bots --num_workers=32 --num_envs_per_worker=24 --train_for_env_steps=100000000",
|
134 |
"cli_args": {
|
135 |
+
"env": "doom_deathmatch_bots",
|
136 |
+
"num_workers": 32,
|
137 |
+
"num_envs_per_worker": 24,
|
138 |
+
"train_for_env_steps": 100000000
|
139 |
},
|
140 |
"git_hash": "unknown",
|
141 |
"git_repo_name": "not a git repository"
|
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:d6f327390286437ef2b1c8f6c6b3e3246d0e9e9ce1a1319df4eeeafd6ffdea32
|
3 |
+
size 134684892
|
sf_log.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|