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

Add GAIL algorithm #315

Merged
merged 40 commits into from
Aug 24, 2021
Merged

Add GAIL algorithm #315

merged 40 commits into from
Aug 24, 2021

Conversation

isk03276
Copy link
Collaborator

Add GAIL algorithm with continuous action.

  • Add relu activation function in helper_function
  • Add accuracy-based early stopping to prevent discriminator from overfitting
  • Add hybrid reward function (GAIL reward + task reward)

[tested in lunarlander continuous v2]
image

isk03276 and others added 28 commits June 21, 2021 11:40
@isk03276 isk03276 requested a review from jiseongHAN July 13, 2021 02:29
@isk03276 isk03276 requested a review from MrSyee as a code owner July 13, 2021 02:29
@lgtm-com
Copy link

lgtm-com bot commented Jul 13, 2021

This pull request introduces 2 alerts when merging 294837d into 3d106e5 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@lgtm-com
Copy link

lgtm-com bot commented Jul 20, 2021

This pull request introduces 2 alerts when merging 8eaeb2e into 3d106e5 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@jinPrelude jinPrelude removed the request for review from MrSyee July 20, 2021 02:58
@lgtm-com
Copy link

lgtm-com bot commented Aug 19, 2021

This pull request introduces 2 alerts when merging 7913708 into 3f0f095 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@jiseongHAN jiseongHAN self-requested a review August 20, 2021 05:26
@lgtm-com
Copy link

lgtm-com bot commented Aug 23, 2021

This pull request introduces 2 alerts when merging 7651f83 into a607f07 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@jiseongHAN
Copy link
Collaborator

we need to update readme.md

@lgtm-com
Copy link

lgtm-com bot commented Aug 23, 2021

This pull request introduces 2 alerts when merging beaa4ad into a607f07 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@lgtm-com
Copy link

lgtm-com bot commented Aug 23, 2021

This pull request introduces 2 alerts when merging 0832e7b into a607f07 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@lgtm-com
Copy link

lgtm-com bot commented Aug 23, 2021

This pull request introduces 2 alerts when merging eba07fd into a607f07 - view on LGTM.com

new alerts:

  • 1 for Signature mismatch in overriding method
  • 1 for `__init__` method calls overridden method

@isk03276 isk03276 merged commit c67cdef into master Aug 24, 2021
@isk03276 isk03276 deleted the feature/add_gail_algorithm branch August 24, 2021 00:29
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.

2 participants