-
Notifications
You must be signed in to change notification settings - Fork 95
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
fix: update ret_output shape #1147
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.
Great spot, thanks @ArnolFokam 🔥
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 @ArnolFokam 🔥
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.
🙏
* fix: update ret_output shape * fix: update w_g * fix: update w_o shape
- chore: remove jax.tree_map - Merge branch develop into chore/ppo-system-cleanup - fix: update ret_output shape (#1147) - Merge branch develop into chore/ppo-system-cleanup - chore: minor comment changes - fix: integration test workflow (#1145) - Merge branch develop into chore/ppo-system-cleanup - Merge branch develop into chore/ppo-system-cleanup - chore: renaming loss_X -> X_loss - fix: updated sebulba - Merge branch develop into chore/ppo-system-cleanup - chore: remove expired link to anakin notebook - chore: add back advanced usage in examples - Merge branch develop into chore/ppo-system-cleanup - feat: sable cleanup - chore: merge dev - chore: unify value/critic loss naming - refactor: loss_actor -> actor_loss - Merge branch develop into chore/ppo-system-cleanup - chore: pre-commit - feat: mat system clean up - chore: remove advanced usage - Merge branch develop into chore/ppo-system-cleanup - feat: ff mappo system clean up - feat: ff ippo system clean up - feat: rec mappo system clean up - feat: rec ippo system clean up Co-authored-by: Ruan de Kock <[email protected]> Co-authored-by: Louay-Ben-nessir <[email protected]> Co-authored-by: Arnol Fokam <[email protected]>
- chore: remove jax.tree_map - Merge branch develop into chore/ppo-system-cleanup - fix: update ret_output shape (#1147) - Merge branch develop into chore/ppo-system-cleanup - chore: minor comment changes - fix: integration test workflow (#1145) - Merge branch develop into chore/ppo-system-cleanup - Merge branch develop into chore/ppo-system-cleanup - chore: renaming loss_X -> X_loss - fix: updated sebulba - Merge branch develop into chore/ppo-system-cleanup - chore: remove expired link to anakin notebook - chore: add back advanced usage in examples - Merge branch develop into chore/ppo-system-cleanup - feat: sable cleanup - chore: merge dev - chore: unify value/critic loss naming - refactor: loss_actor -> actor_loss - Merge branch develop into chore/ppo-system-cleanup - chore: pre-commit - feat: mat system clean up - chore: remove advanced usage - Merge branch develop into chore/ppo-system-cleanup - feat: ff mappo system clean up - feat: ff ippo system clean up - feat: rec mappo system clean up - feat: rec ippo system clean up Co-authored-by: Louay-Ben-nessir <[email protected]> Co-authored-by: Arnol Fokam <[email protected]> Co-authored-by: Ruan de Kock <[email protected]>
Closes #1146