Views
No views yet
python -m sample_factory.huggingface.load_from_hub -r MattStammers/vizdoom_basicenjoy script corresponding to this environment:python -m <path.to.enjoy.module> --algo=APPO --env=doom_basic --train_dir=./train_dir --experiment=vizdoom_basic--push_to_hub flag.
See https://www.samplefactory.dev/10-huggingface/huggingface/ for more detailstrain script corresponding to this environment:python -m <path.to.train.module> --algo=APPO --env=doom_basic --train_dir=./train_dir --experiment=vizdoom_basic --restart_behavior=resume --train_for_env_steps=10000000000--train_for_env_steps to a suitably high number as the experiment will resume at the number of steps it concluded at.