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

Open
wants to merge 79 commits into
base: main
Choose a base branch
from

Conversation

WiemKhlifi
Copy link

@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/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
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