Skip to content

Reinforcement learning / NeuroEvolution #1573

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

Closed
samfultonjr opened this issue May 6, 2019 · 1 comment · Fixed by tensorflow/tfjs-examples#270
Closed

Reinforcement learning / NeuroEvolution #1573

samfultonjr opened this issue May 6, 2019 · 1 comment · Fixed by tensorflow/tfjs-examples#270
Assignees
Labels
comp:layers type:support user support questions

Comments

@samfultonjr
Copy link

I am just getting started with tf.js and I have been trying to find a way to get reinforcement learning and neuroevolution to work with the layers api. Are there any cross over / mutate functions, or anything for RL working with the layers api? If not, are there any plans to have this implemented? Thanks!

@rthadur rthadur added comp:layers type:support user support questions labels May 6, 2019
@caisq
Copy link
Contributor

caisq commented May 6, 2019

@samfultonschool We have a deep-Q network example to be checked in soon. It uses the layers API and is based on the snake game.
tensorflow/tfjs-examples#270

We don't have a plan to add examples for neural evolution soon. But there are open-source examples of how to do neural evolution in TensorFlow.js, e.g.,
https://github.com/adityathebe/evolutionSimulator
https://github.com/MagicCube/tensorflow-rex-run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:layers type:support user support questions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants