Skip to content

RL - DRL for various Environments like games and stock markets. Discover different DRL model architecture and ways to deal with RL downsides

Notifications You must be signed in to change notification settings

bhanurana430/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– Reinforcement Learning Experiments

Welcome to my Reinforcement Learning (RL) repository! ๐Ÿš€

This repository contains implementations of various RL algorithms applied to different environments, including Super Mario and Trading simulations. It serves as a learning space where I explore deep reinforcement learning, experiment with different architectures, and apply RL to real-world problems.


๐Ÿ“‚ Repository Structure

  • ๐Ÿ“ SuperMario/ โ€“ Implementing RL to play Super Mario using Deep Q-Networks (DQN).
  • ๐Ÿ“ Trading/ โ€“ Using RL for stock/crypto trading simulations.
  • ๐Ÿ“„ README.md โ€“ This document, explaining the repository's purpose and structure.
  • ๐Ÿ“„ requirements.txt โ€“ List of dependencies for setting up the environment.

๐Ÿ› ๏ธ Projects & Implementations

๐ŸŽฎ Super Mario RL

๐Ÿ•น๏ธ Implementing RL agents to play Super Mario Bros using OpenAI Gym, gym-super-mario-bros, and deep learning techniques.
๐Ÿ”น Algorithm Used: Deep Q-Network (DQN) with experience replay
๐Ÿ”น Environment: gym-super-mario-bros
๐Ÿ”น Objective: Train an agent to play and complete levels efficiently

๐Ÿ“ˆ RL for Trading

๐Ÿ“Š Implementing Reinforcement Learning-based trading agents for stock/crypto trading simulations.
๐Ÿ”น Algorithm Used: A2C (for now) ๐Ÿ”น Dataset: Stock market/crypto price data - Yfinance API ๐Ÿ”น Objective: Optimize buy/sell strategies to maximize returns


๐Ÿ”ง Installation & Usage

To set up and run the projects locally, follow these steps:

# Clone the repository
git clone https://github.com/bhanurana430/Reinforcement-Learning.git
cd Reinforcement-Learning

About

RL - DRL for various Environments like games and stock markets. Discover different DRL model architecture and ways to deal with RL downsides

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published