Reinforcement Learning

Here you find everything related to Reinforcement Learning

I coded some own environments, used some of the publicly available libraries such as OpenAI Gym, Vizdoom and more.
 
If you are new to Reinforcement Learning I highly recommend you to check out this post, where I try to summarize all of the main concepts of Reinforcement Learning.
 
If there are still things missing, do not hesitate contacting me, leave a comment or simply google/stackoverflow the heck out of it 🙂

Snake (without head)

Simple Tensorflow-based Reinforcement Learning algorithm where the goal of the snake is to reach the target destination (food) as quickly and as often as possible.

Tags: RL, OwnEnvironment, Tensorflow