Skip to content

arnabsaha7/Reinforcement-Learning-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a89ed11 · Jul 18, 2024

History

26 Commits
Jun 25, 2024
Jul 4, 2024
Jun 23, 2024
Jul 18, 2024
Jul 18, 2024

Repository files navigation

Reinforcement Learning Projects

Super Mario Bros using Reinforcement Learning

Description:
This project implements a Reinforcement Learning (RL) agent to play the classic Super Mario Bros game. The agent is trained to navigate through the game's environment using deep learning techniques.

Technologies:
Python OpenAI Gym TensorFlow PyTorch OpenCV


Maze Project

Description:
This project explores reinforcement learning algorithms applied to solving maze navigation tasks. It involves implementing algorithms such as Q-learning or Deep Q-Networks (DQN) to find optimal paths through maze environments.

Technologies:
Python OpenAI Gym TensorFlow PyTorch


Cartpole

Description:
The Cartpole project focuses on the classic control problem where an inverted pendulum (pole) must be balanced on top of a moving cart. Reinforcement learning techniques are used to train an agent to keep the pole balanced by controlling the cart's movements.

Technologies:
Python OpenAI Gym TensorFlow PyTorch


MLTrader Bot

Description:
This project develops an automated trading bot that utilizes machine learning for sentiment analysis to inform trading decisions. It integrates with the Alpaca API for trade execution and uses FinBERT for sentiment estimation from news headlines.

Technologies:
Python Lumibot Alpaca API FinBERT PyTorch Timedelta