ThanisornBest
Results
2
issues of
ThanisornBest
I was trying to generate open_box task with domain randomization. Episode 1 is fine, but at episode 2, the box is still open (despite it should be closed). This issue...
First I load the model from HF with `python -m sample_factory.huggingface.load_from_hub -r andrewzhang505/sample-factory-2-doom-battle -d ./train_dir ` Then I ran `python -m sf_examples.vizdoom.enjoy_vizdoom --env=doom_battle --algo=APPO --experiment=sample-factory-2-doom-battle --train_dir=./train_dir` The error I got...