-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Multi Brain Training and Recurrent state encoder #166
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3541164
initial commit
vincentpierre 7cc6d2c
multi-training fixes
vincentpierre 2d38f4b
fixes for python3
vincentpierre eea344f
tracking possible memory leak
vincentpierre 04fac45
improvement on the buffer class
vincentpierre 46f54b3
added missing doc
vincentpierre 4b71ddb
bug fixes on ppo
vincentpierre 63bb9d5
implemented recurrent state encoding for continuous state
vincentpierre fec4dfc
merge development-0.3 into dev-trainer
vincentpierre 51c069d
The bytes file will be generated if the user interrupts the learning …
vincentpierre 8bde510
changed the names of the files. Please use **python learn.py** instea…
vincentpierre a35583a
As Hunter suggested, the available graphscopes are now displayed afte…
vincentpierre 097ea19
Merge remote-tracking branch 'origin/development-0.3' into dev-trainer
vincentpierre 68a6ff3
modifications to support observations and discrete input
vincentpierre 436b7fc
reverted commit on curriculum
vincentpierre 6b6af71
Internal Brain will not complain if the graph scope does not end with /
vincentpierre b746d1b
fix for tensorflow r1.4
vincentpierre c346f54
fix from issue 249
vincentpierre 384651a
removed old comments
vincentpierre 30e7c0a
fixes:
vincentpierre 508ad7c
put buffer back into trainers
vincentpierre 9bd01f8
add pyyaml to the requirements.txt
vincentpierre 5d5d8dc
Implemented the PR of asolano for multi observations with the dev-tra…
vincentpierre 4530370
removed PPO notebook, removed default trainer parameters from the lea…
vincentpierre 407cb95
bug fix on the multi camera
vincentpierre f113573
added tests to make sure the trainers receive the right parameters
vincentpierre 3b2fb9c
removed max_step from the learn.py parameters
vincentpierre 7c87485
imitation trainer initial commit
vincentpierre 9bc6d19
made a trainer abstract class
vincentpierre 73ce025
indentation fix
vincentpierre 9888af2
added some more tests
vincentpierre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
imitation trainer initial commit
- Loading branch information
commit 7c87485ff554674aa24e25dcaae769c8c7e7814a
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean up imports according to pep8 for improved redability:
https://www.python.org/dev/peps/pep-0008/#imports