amrzv / awesome-colab-notebooks

Collection of google colaboratory notebooks for fast and easy experiments
MIT License
1.35k stars 254 forks source link

I want to add a Reinforcement learning example to this list. #1

Closed ayushblaze closed 3 years ago

ayushblaze commented 3 years ago

The example is from tensorflow's documentation.

amrzv commented 3 years ago
Hi. It would be great if you can write name description link

after that I can add it to the table.

ayushblaze commented 3 years ago

Name-Playing CartPole with the Actor-Critic Method Description-This tutorial demonstrates how to implement the Actor-Critic method using TensorFlow to train an agent on the Open AI Gym CartPole-V0 environment. The reader is assumed to have some familiarity with policy gradient methods of reinforcement learning. Link-https://www.tensorflow.org/tutorials/reinforcement_learning/actor_critic

amrzv commented 3 years ago

Thanks, I will update the table later.