andrewzhang505 commited on
Commit
8a8cb2f
1 Parent(s): 4cffbfd

Upload . with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,7 +24,7 @@ python -m sample_factory.huggingface.load_from_hub -r andrewzhang505/ant_test4
24
 
25
  To run the model after download, use the `enjoy` script corresponding to this environment:
26
  ```
27
- python -m <path.to.enjoy.module> --algo=APPO --env=mujoco_ant --train_dir=./train_dir --experiment=ant_test4
28
  ```
29
 
30
 
@@ -35,7 +35,7 @@ See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
35
 
36
  To continue training with this model, use the `train` script corresponding to this environment:
37
  ```
38
- python -m <path.to.train.module> --algo=APPO --env=mujoco_ant --train_dir=./train_dir --experiment=ant_test4 --restart_behavior=resume --train_for_env_steps=10000000000
39
  ```
40
 
41
  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.
 
24
 
25
  To run the model after download, use the `enjoy` script corresponding to this environment:
26
  ```
27
+ python -m sf_example.mujoco.enjoy_mujoco --algo=APPO --env=mujoco_ant --train_dir=./train_dir --experiment=ant_test4
28
  ```
29
 
30
 
 
35
 
36
  To continue training with this model, use the `train` script corresponding to this environment:
37
  ```
38
+ python -m sf_examples.mujoco.train_mujoco --algo=APPO --env=mujoco_ant --train_dir=./train_dir --experiment=ant_test4 --restart_behavior=resume --train_for_env_steps=10000000000
39
  ```
40
 
41
  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.