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: separate rendering and instance generation for the RubiksCube environment #82

Merged
merged 43 commits into from
Mar 30, 2023

Conversation

TristanKalloniatis
Copy link
Contributor

@TristanKalloniatis TristanKalloniatis commented Mar 27, 2023

Resolves #81

@CLAassistant
Copy link

CLAassistant commented Mar 27, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ TristanKalloniatis
❌ tristankalloniatis


tristankalloniatis seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@TristanKalloniatis TristanKalloniatis changed the title Changes from patch feat: separate rendering and instance generation for the RubiksCube environment Mar 27, 2023
Copy link
Contributor

@dluo96 dluo96 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 your contribution! I have left a review 😄

jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/generator.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/utils.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/utils.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/utils.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/utils.py Outdated Show resolved Hide resolved
tristankalloniatis and others added 18 commits March 27, 2023 14:33
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
Co-authored-by: Daniel <57721552+dluo96@users.noreply.github.com>
tristankalloniatis added 2 commits March 28, 2023 12:08
# Conflicts:
#	jumanji/environments/logic/minesweeper/env.py
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.

Looks even cleaner now, thanks! I think we need to wait for #99 to be merged (@dluo96) to remove the abstract rubiks cube viewer.

jumanji/__init__.py Outdated Show resolved Hide resolved
jumanji/__init__.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env_viewer.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env_viewer.py Outdated Show resolved Hide resolved
jumanji/environments/logic/rubiks_cube/env.py Show resolved Hide resolved
@alaterre alaterre merged commit fed7d2a into instadeepai:main Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(rubiks): configurable generator and viewer
5 participants