-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
[wingman -> rllib] IMPALA MultiDiscrete changes #3967
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a6b1b7a
impala changes
088985b
fixed newlines
23029d3
Merge branch 'master' into impala
3b38ebb
reformatting impalla.py
1858404
aligned vtrace.py formatting some more
9840eb6
aligned formatting some more
e48f9ae
aligned formatting some more
26eed71
Merge branch 'master' into impala
3171c8a
fixed impala stuff
9d62dd1
Address vtrace comments (#6)
pimpke 6597295
Made APPO work with VTrace
stefanpantic 1d31991
Variable is no longer a member
stefanpantic 252f6b3
Optimized imports
stefanpantic 5ef2e30
Changed is_discrete to is_multidiscrete, fixed KL distribution
stefanpantic cf5c1c5
Fixed KL divergence
stefanpantic 54f4f79
Removed if statement
stefanpantic 38c1896
Merge branch 'master' into impala
2dd604f
Merge branch 'impala' of https://github.com/wingman-ai/ray into impala
7cb1f97
revert appo file
65c82d4
revered stefans appo changes
946df01
old appo policy graph
b6b2c52
returned stefan appo changes and returned newline
56fe32e
fixed newlines in appo_policy_graph
1d46d7a
Merge branch 'master' into impala
76046f3
aligned with action_dist changes in ray master
d017c9f
small appo fixes
c02b9f5
add vtrace test
ericl fbbed63
fix appo impala integration
ericl bcb2113
add to jenkins
ericl e020527
merged with master
63e119a
Merge branch 'impala' of https://github.com/wingman-ai/ray into impala
6e06ba6
fixing appo policy graph changes
f161edf
fixed vtrace tests
1dbed08
lint and py2 compat
ericl aa50f98
kl
ericl 57594c0
Merge branch 'master' into impala
3f4883b
Merge branch 'impala' of https://github.com/wingman-ai/ray into impala
d32d253
removed dist_type as it is actually not needed for IMPALA
967db5c
fixing issue with new gym version
1da470f
Merge branch 'master' into impala
9584a7c
lint
ericl 8999621
fix multigpu test
ericl 0cbeb7c
merged with master
abe797a
Merge branch 'impala' of https://github.com/wingman-ai/ray into impala
280b21c
Merge branch 'master' into impala
e0e3060
Merge branch 'master' into impala
afb462f
Merge remote-tracking branch 'upstream/master' into impala
ericl eb18cff
fix tests
ericl 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 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 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.
Ah, thanks for fixing this bit.