-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add curriculum learning example using simple adder #47
Conversation
Hi @jillianmclements. Great job with the sample. A couple comments while I continue reviewing the PR:
|
Thanks, Juan! For reference, this is an adaptation of https://github.com/ray-project/ray/blob/master/rllib/examples/curriculum_learning.py.
|
@ucabmir - PR is now ready for user review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error when running locally on M1 Mac: "zsh: illegal hardware instruction python main.py --test-local".
Investigation may need to go into whether this is M1 Mac specific, unique only to the reviewer or also affects Windows.
Runs well on AML.
Description
This example shows how to run curriculum learning to train an RL agent with a custom Gymnasium environment, either on your local machine or on AML. It also shows how to modify a custom Gymnasium simulation environment and RLlib training code to use curriculum learning. Note that RLlib and the literature use the term “task” instead of Bonsai’s “lesson”.
Type of change
How Has This Been Tested?
Checklist: