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

Synchronous Evolve function #274

Open
Bobingstern opened this issue Jan 13, 2023 · 0 comments
Open

Synchronous Evolve function #274

Bobingstern opened this issue Jan 13, 2023 · 0 comments

Comments

@Bobingstern
Copy link

I'm working on adding reinforcement learning support for this library making use of it's powerful evolution capabilites to dynamically evolve a network through reinforcement learning. In the DQN algorithm, I need to train off a replay buffer and then do things afterwards but currently the evolve function is async so I cannot use it in a sync function without everything exploding. Can you guys add an evolveSync function to get around this?

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

No branches or pull requests

1 participant