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: Full Level-Based Foraging(LBF) environment #218

Merged
merged 88 commits into from
Oct 30, 2024

Conversation

WiemKhlifi
Copy link
Contributor

@WiemKhlifi WiemKhlifi commented Jan 18, 2024

In this PR, we have introduced an implementation of the Level-Based Foraging (LBF) environment, incorporating actor-critic and random networks along with documentation.

Note: The gym version of the original implementation of LBF.

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.

Looking great! Gone through most of the smaller files. Still need check generator, observer and env

README.md Show resolved Hide resolved
jumanji/environments/routing/lbf/tests_files/env_test.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/tests_files/env_test.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/utils.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/generator.py Outdated Show resolved Hide resolved
docs/environments/lbf.md Outdated Show resolved Hide resolved
docs/environments/lbf.md 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.

Just few minor extra comments after reviewing the rest, looks pretty much good to go after these few things

jumanji/environments/routing/lbf/observer.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/env.py Outdated Show resolved Hide resolved
docs/api/environments/lbf.md 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.

2 small things also can you please remove the test_files folder and put all tests in the env folder 🙏

jumanji/environments/routing/lbf/generator.py Outdated Show resolved Hide resolved
jumanji/environments/routing/lbf/viewer.py Outdated Show resolved Hide resolved
sash-a
sash-a previously approved these changes Oct 29, 2024
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 so much for this @WiemKhlifi! 🔥

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.

🏅

@sash-a sash-a merged commit 85333d7 into instadeepai:main Oct 30, 2024
3 checks passed
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.

5 participants