Instructions to use herurg/rl_course_vizdoom_health_gathering_supreme with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sample-factory
How to use herurg/rl_course_vizdoom_health_gathering_supreme with sample-factory:
python -m sample_factory.huggingface.load_from_hub -r herurg/rl_course_vizdoom_health_gathering_supreme -d ./train_dir
- Notebooks
- Google Colab
- Kaggle
A(n) APPO model trained on the doom_health_gathering_supreme environment.
This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory. Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
Downloading the model
After installing Sample-Factory, download the model with:
python -m sample_factory.huggingface.load_from_hub -r herurg/rl_course_vizdoom_health_gathering_supreme
Using the model
To run the model after download, use the enjoy script corresponding to this environment:
python -m sf_examples.vizdoom.enjoy_vizdoom --algo=APPO --env=doom_health_gathering_supreme --train_dir=./train_dir --experiment=rl_course_vizdoom_health_gathering_supreme
You can also upload models to the Hugging Face Hub using the same script with the --push_to_hub flag.
See https://www.samplefactory.dev/10-huggingface/huggingface/ for more details
Training with this model
To continue training with this model, use the train script corresponding to this environment:
python -m sf_examples.vizdoom.train_vizdoom --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
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.
Evaluation note
Certification metrics were aggregated from two independent 100-episode evaluations (200 episodes total) of checkpoint checkpoint_000000734_3006464.pth.
- Downloads last month
- -
Evaluation results
- mean_reward on doom_health_gathering_supremeself-reported10.59 +/- 4.88