-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parser inside train.py takes no effect #11
Comments
It looks like the parser object in train.py has been removed - closing. Please re-open if I mis-understood |
Hi @brandonhoughton, thanks for your reply. I checked the latest code and the parser is still there. Do you mean it has been removed from the main function in Anyway, what I want to do is to train on multiple envs. But when I change the MINERL_GYM_ENV, the training script throws an error. It seems the main function in parser.py will check if the env is ObtainDiamond. Can you give a solution to achieve that (training on different envs)? Thank you so much. |
Hi, how are you changing the Otherwise, to debug locally you can print |
MINERL_GYM_ENV is internal to AIcrowd's evaluator, In your training code, you should use: We are tracking the issue with the AIcrowd evaluator not allowing other environments during training here: #18 Note that during testing, only the |
it seems that changes to the parser object in
train.py
have no effect. The script always use parser in theutility/parser.py
( called bypython3 utility/parser.py || true
in thetrain_locally.sh
)The text was updated successfully, but these errors were encountered: