-
Notifications
You must be signed in to change notification settings - Fork 389
DQN for flow #964
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
Open
pengyuan-zhou
wants to merge
45
commits into
flow-project:master
Choose a base branch
from
pengyuan-zhou:DQN
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
DQN for flow #964
Changes from 42 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
ef50b5b
DQN for flow
c5c5ed2
correct typo
pengyuan-zhou 74cbd10
rm trailing space
pengyuan-zhou 0829e9e
add reference for dqn parameters setup
pengyuan-zhou 69236de
Update train.py
pengyuan-zhou b59728e
Update train.py
pengyuan-zhou d66f1ce
Update train.py
pengyuan-zhou b2628e2
fix import
pengyuan-zhou 72f9fca
add rllib back to avoid test error
pengyuan-zhou 6751b56
change default test to dqn
pengyuan-zhou 4c3d9d4
add TestDQNExamples for traffic light grid examples
pengyuan-zhou 3bfb9e6
rm light grid test for PPO
c6b2fd1
Update test_examples.py
pengyuan-zhou 3100841
trial
pengyuan-zhou f74eb50
trial2
pengyuan-zhou 1cd579d
pass ignore_reinit_error=True
pengyuan-zhou 81a203e
pass ray.shutdown() before ray.init
pengyuan-zhou e773582
Update traffic_light_grid.py
pengyuan-zhou eb12328
update
97f75bb
update
e7c7ea0
update
bdb9ccc
update
c36d223
typo
720bcad
update
91a0a0b
Update singleagent_traffic_light_grid.py
pengyuan-zhou 50be0ae
Update multiagent_traffic_light_grid.py
pengyuan-zhou 6303be2
Update train.py
pengyuan-zhou 658b9cb
Update multiagent_traffic_light_grid.py
pengyuan-zhou 4984ffc
rm flow-project from travis.yml
3f175a4
Merge remote-tracking branch 'upstream/master' into DQN
pengyuan-zhou 2535b0c
Update .travis.yml
pengyuan-zhou 95d9182
Update multiagent_traffic_light_grid.py
pengyuan-zhou b387646
Update train.py
pengyuan-zhou c0d41cf
Update README.md
pengyuan-zhou 00c5c6c
Update README.md
pengyuan-zhou 85a84e4
Set theme jekyll-theme-midnight
pengyuan-zhou ef777f7
Set theme jekyll-theme-midnight
pengyuan-zhou 04631ad
Update README.md
pengyuan-zhou bdf80f2
Set theme jekyll-theme-cayman
pengyuan-zhou 3b998de
Update README.md
pengyuan-zhou c9a7377
Update README.md
pengyuan-zhou d0ab1b0
Update README.md
pengyuan-zhou 1172cb3
Update .travis.yml
pengyuan-zhou c01258b
Delete _config.yml
pengyuan-zhou 1282c67
Update multiagent_traffic_light_grid.py
pengyuan-zhou 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| theme: jekyll-theme-cayman | ||
pengyuan-zhou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.