Mikepool117 commited on
Commit
c0909fd
·
1 Parent(s): 0736ef4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -23,7 +23,6 @@ model-index:
23
  A(n) **APPO** model trained on the **doom_health_gathering_supreme** 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/
27
 
28
 
29
  ## Downloading the model
@@ -41,16 +40,3 @@ To run the model after download, use the `enjoy` script corresponding to this en
41
  python -m .usr.local.lib.python3.10.dist-packages.ipykernel_launcher --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme
42
  ```
43
 
44
-
45
- You can also upload models to the Hugging Face Hub using the same script with the `--push_to_hub` flag.
46
- See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
47
-
48
- ## Training with this model
49
-
50
- To continue training with this model, use the `train` script corresponding to this environment:
51
- ```
52
- python -m .usr.local.lib.python3.10.dist-packages.ipykernel_launcher --algo=APPO --env=doom_health_gathering_supreme --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.
56
-
 
23
  A(n) **APPO** model trained on the **doom_health_gathering_supreme** environment.
24
 
25
  This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
 
26
 
27
 
28
  ## Downloading the model
 
40
  python -m .usr.local.lib.python3.10.dist-packages.ipykernel_launcher --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme
41
  ```
42