Skip to content
/ gym Public

simple implementation of reinforcement learning and deep learning

License

Notifications You must be signed in to change notification settings

joemama911/gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

  • Overview : This repository contains an AI model that utilizes Deep Q-Learning (DQN) to master the CartPole-v0 environment from OpenAI Gym. The model learns to balance a pole on a moving cart, achieving stability over time.

  • Features Deep Q-Learning (DQN): The model employs a DQNAgent, a reinforcement learning technique, to learn optimal actions over episodes.

  • CartPole-v0 Environment: The model is trained and evaluated in the CartPole-v0 environment provided by OpenAI Gym.

image

  • TensorFlow Implementation: The DQN agent is implemented using TensorFlow, providing a scalable and efficient deep learning framework.

About

simple implementation of reinforcement learning and deep learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published