Leveraging the power of reinforcement learning, this project develops an Autonomous Maze Solver purely based on reinforcement learning principles.
-
Creating
agent.py:- Controls the actor and critic functionalities.
- Trains the system from previous mistakes using reward functions.
-
Creating
model.py:- The actor performs actions while the critic evaluates by giving punishments or rewards.
-
Creating
gymnasium.py:- Develops grid structures for the maze environment.
Note: No traditional machine learning models were created.
- Developed a deeper understanding of reinforcement learning frameworks.
- Acquired insights into implementing actor-critic models and reward-driven training systems.
--extra-index-url https://download.pytorch.org/whl/cu118torchtorchvisiontorchaudiogymnasium>=0.29.0matplotlib>=3.10.0gymnasium-robotics>=1.3.0pybullet>=3.2.0tensorboard>=2.15.0
