-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat(connector): single agent #119
Conversation
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.
Thank you for your contribution @sash-a! I have left a few comments 😄
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
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.
Hi Sasha, the PR looks good to me, I just left a few comments 😄
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
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.
Thanks a lot for your contribution.
I have 2 comments/questions:
- The registered version of Connector needs to be upped to
"Connector-v1"
. - Have you tried running the A2C network on this? The
_make_raw_env
function in jumanji/training/setup_train.py must remove the call toMultiToSingleWrapper
and the network probably needs to be updated to account for the new observation.
Please let me know if these make sense to you.
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
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.
Thank you for your contribution. This makes the environment more consistent with the rest of the library! 🚀
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.
Left a few minor comments and suggestions
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Changed connector to be a single agent environment.
Changes:
switch_perspective
method.