We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to compare performance with existing baselines, we should have the default use exactly the same environment semantics as the standard gym env
e.g. the following should match the normal Reacher-v1 behavior
Reacher-v1
python rl_teacher/teach.py -p rl -e Reacher-v1
If you want to use modified envs you can use ReacherNoTorque-v1 and ReacherNoTorqueFixedLength-v1
The text was updated successfully, but these errors were encountered:
done
No branches or pull requests
In order to compare performance with existing baselines, we should have the default use exactly the same environment semantics as the standard gym env
e.g. the following should match the normal
Reacher-v1
behaviorIf you want to use modified envs you can use ReacherNoTorque-v1 and ReacherNoTorqueFixedLength-v1
The text was updated successfully, but these errors were encountered: