An open API service indexing awesome lists of open source software.

https://github.com/runtime-error786/cart-pole-rl-agent

Using Neural Network Model
https://github.com/runtime-error786/cart-pole-rl-agent

cartpole gym-environment reinforcement-learning-algorithms

Last synced: 3 months ago
JSON representation

Using Neural Network Model

Awesome Lists containing this project

README

        

# Cart-Pole-RL-agent

This project implements a Q-Learning,Sarsa algorithm to solve the CartPole environment using a neural network. The goal is to balance a pole on a cart by applying forces to the cart. The agent learns to take actions to maximize its total reward over multiple episodes.