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

fix(dajianer): add 'collect_kwargs' to the keep function of OnlineRLContext #785

Closed
wants to merge 1 commit into from

Conversation

dajianer
Copy link

Description

KeyError: 'eps' occurs when running mixed action space environments. This error is resolved by adding 'collect_kwargs' to the keep function of OnlineRLContext.

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@PaParaZz1
Copy link
Member

Can you describe more details about this error? Current eps in collect_kwargs is only used in a iteration, it will set a new eps value in the new iteration.

@PaParaZz1 PaParaZz1 changed the title Added 'collect_kwargs' to the keep function of OnlineRLContext fix(dajianer): add 'collect_kwargs' to the keep function of OnlineRLContext Apr 2, 2024
@PaParaZz1 PaParaZz1 added the bug Something isn't working label Apr 2, 2024
@PaParaZz1 PaParaZz1 closed this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants