Building beautiful RL products, related to supply chain, gaming, Economics and Finance Domain!
- Cartpole Solved using Stable-baselines Implemenation.
- Cartpole using A2C: Synchronous Advantage Actor Critic Implementation.
- DDQN implementation of Cart-Pole can be found here and also has comparison related to various epsilon-decay methods.
😊😊😊😊
- Comparison of effect of epsilon-decay approach on DDQN implementation for Cartpole environment.
- 1.1. Linear Epsilon Decay
- 1.2. Exponential Epsilon Decay
- 1.3. Exponential-Squared Epsilon Decay
- 1.4. All epslion values
- 2D Maze Game