Skip to content
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(robot_warehouse): full environment #140

Merged
merged 63 commits into from
Jun 1, 2023
Merged

feat(robot_warehouse): full environment #140

merged 63 commits into from
Jun 1, 2023

Conversation

arnupretorius
Copy link
Contributor

@arnupretorius arnupretorius commented May 19, 2023

What?

Full Robotic Warehouse environment code, including random/a2c agents and documentation.

closes #136

@arnupretorius arnupretorius added the enhancement New feature or request label May 19, 2023
@arnupretorius arnupretorius self-assigned this May 19, 2023
@CLAassistant
Copy link

CLAassistant commented May 19, 2023

CLA assistant check
All committers have signed the CLA.

@arnupretorius arnupretorius changed the title 136 rware env feat(rware): full environment May 19, 2023
Copy link
Collaborator

@sash-a sash-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass, there's a lot to look through here. So far looking good!

README.md Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@sash-a sash-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost done, just need to finish going through utils and env.step. Still looking good!

docs/environments/rware.md Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env_test.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env_test.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env_test.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/types.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/viewer.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@sash-a sash-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great (especially types.py)! Only big issue is that I think utils.py needs to be broken up into smaller files, most of the other things are questions/style changes.

jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/rware/env.py Outdated Show resolved Hide resolved
sash-a
sash-a previously approved these changes May 31, 2023
Copy link
Collaborator

@sash-a sash-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all the changes @arnupretorius looks great! 🔥

README.md Outdated Show resolved Hide resolved
@clement-bonnet clement-bonnet changed the title feat(rware): full environment feat(robot_warehouse): full environment May 31, 2023
Copy link
Collaborator

@clement-bonnet clement-bonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this large contribution! I spotted a few typos but otherwise good to merge.

jumanji/environments/routing/robot_warehouse/env.py Outdated Show resolved Hide resolved
jumanji/environments/routing/robot_warehouse/env.py Outdated Show resolved Hide resolved
jumanji/__init__.py Outdated Show resolved Hide resolved
docs/environments/robot_warehouse.md Outdated Show resolved Hide resolved
jumanji/environments/routing/robot_warehouse/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/robot_warehouse/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/robot_warehouse/generator.py Outdated Show resolved Hide resolved
jumanji/training/networks/robot_warehouse/actor_critic.py Outdated Show resolved Hide resolved
jumanji/training/networks/robot_warehouse/actor_critic.py Outdated Show resolved Hide resolved
clement-bonnet
clement-bonnet previously approved these changes Jun 1, 2023
Copy link
Collaborator

@clement-bonnet clement-bonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this large contribution! I spotted a few typos but otherwise good to merge.

Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
@arnupretorius arnupretorius dismissed stale reviews from clement-bonnet and sash-a via f85b305 June 1, 2023 08:24
arnupretorius and others added 18 commits June 1, 2023 10:29
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
Co-authored-by: Clément Bonnet <56230714+clement-bonnet@users.noreply.github.com>
@clement-bonnet clement-bonnet merged commit 26e3e16 into main Jun 1, 2023
@clement-bonnet clement-bonnet deleted the 136-rware-env branch June 1, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(rware): full environment
5 participants