Skip to content

A experimental base of code to run a Reinforcement Learning algorithm with TensorFlow to teach an agent to play Pong (Open AI Gym)

Notifications You must be signed in to change notification settings

Dashora7/RL-Pong-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-Pong-TensorFlow

An experimental base of code to run a Reinforcement Learning algorithm with TensorFlow to teach an agent to play Pong (Open AI Gym)

model.py - a mostly functioning script with old tensorflow commands

keras_model.py - a developing script to run the same code with "tf.keras" instead

pong.py - driver script to actually run training. Decide which builder to import (model or keras_model) depending on what tensorflow model script you would lilke to use.

About

A experimental base of code to run a Reinforcement Learning algorithm with TensorFlow to teach an agent to play Pong (Open AI Gym)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages