-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add experimental directory with refactored environments #89
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…erg envs (#87) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add behavior refactoring in simple braitenberg env * Update simple braitenberg env and notebook with new init functions * Add default values to init functions and update prey_pred notebook
* Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments
corentinlger
changed the title
Dev
Add experimental directory with refactored environments
Aug 2, 2024
corentinlger
added a commit
that referenced
this pull request
Aug 7, 2024
* Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Add first draft of selective sensing with occlusion or not * Clean the notebook and improve documentation * Add helper functions to define selective sensing behaviors * Improve init functions and add next development steps * Add experimental directory with refactored environments (#89) * Add new experimental directory with simple and prey_predator braitenberg envs (#87) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add behavior refactoring in simple braitenberg env * Update simple braitenberg env and notebook with new init functions * Add default values to init functions and update prey_pred notebook * Corentin/selective sensors (#88) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Simplify _step function in prey_predator env * Remove empty environment file * Update README * Fix occlusion sensors bug and add docstrings * Clean neighbor mechanism in Env class * Clean Env class and functions, add dostrings and documentation * Add helper init functions for the state * Delete old selective sensing notebook * Fix typos
corentinlger
added a commit
that referenced
this pull request
Aug 7, 2024
* Add new experimental directory with simple and prey_predator braitenberg envs (#87) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add behavior refactoring in simple braitenberg env * Update simple braitenberg env and notebook with new init functions * Add default values to init functions and update prey_pred notebook * Corentin/selective sensors (#88) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Simplify _step function in prey_predator env * Remove empty environment file * Add Selective sensors notebook (#90) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Add first draft of selective sensing with occlusion or not * Clean the notebook and improve documentation * Add helper functions to define selective sensing behaviors * Improve init functions and add next development steps * Add experimental directory with refactored environments (#89) * Add new experimental directory with simple and prey_predator braitenberg envs (#87) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add behavior refactoring in simple braitenberg env * Update simple braitenberg env and notebook with new init functions * Add default values to init functions and update prey_pred notebook * Corentin/selective sensors (#88) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Simplify _step function in prey_predator env * Remove empty environment file * Update README * Fix occlusion sensors bug and add docstrings * Clean neighbor mechanism in Env class * Clean Env class and functions, add dostrings and documentation * Add helper init functions for the state * Delete old selective sensing notebook * Fix typos * Remove unused environments * Rename selective sensing notebook
corentinlger
added a commit
that referenced
this pull request
Aug 9, 2024
* Add new experimental directory with simple and prey_predator braitenberg envs (#87) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add behavior refactoring in simple braitenberg env * Update simple braitenberg env and notebook with new init functions * Add default values to init functions and update prey_pred notebook * Corentin/selective sensors (#88) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Simplify _step function in prey_predator env * Remove empty environment file * Add Selective sensors notebook (#90) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Add first draft of selective sensing with occlusion or not * Clean the notebook and improve documentation * Add helper functions to define selective sensing behaviors * Improve init functions and add next development steps * Add experimental directory with refactored environments (#89) * Add new experimental directory with simple and prey_predator braitenberg envs (#87) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add behavior refactoring in simple braitenberg env * Update simple braitenberg env and notebook with new init functions * Add default values to init functions and update prey_pred notebook * Corentin/selective sensors (#88) * Add first version of refactored braitenberg env * Add utils file * Update way of computing forces in environment + Add general physics engine file * Add first elements of tutorial on how to create an environment in a notebook * Update braitenberg notebook and add new prey/predator braitenberg environment * Delete new notebooks on refactored envs and associated files * Add simple and prey_predator braitenberg envs in experimental directory * Add first steps of sensorimotor functions refactoring * Add first draft version of selective sensors braitenberg env * Refactor simple braitenberg env and add utils file for all environments * Update base env by removing intermediate state classes * Remove duplicate code and add markdown comments * Remove uncessary files * Update simple braitenberg notebook * Add selective sensors environment with old env interface * Add manual mode in selective sensors and add some documentation * Clean selective sensors imports and add notebook documentation * Revert changes on non selective sensors environments * Simplify _step function in prey_predator env * Remove empty environment file * Update README * Fix occlusion sensors bug and add docstrings * Clean neighbor mechanism in Env class * Clean Env class and functions, add dostrings and documentation * Add helper init functions for the state * Delete old selective sensing notebook * Fix typos * Remove unused environments * Rename selective sensing notebook * Add selective sensing environment file + user and developper notebooks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Include a new experimental directory including refactored braitenberg environments.
Related Issue (if applicable)
#87
#66