Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wielkadraka/ai_pacman_a3c

AI playing Packman. This AI model is based on A3C (Asynchronous Advantage Actor Critic) algoritm
https://github.com/wielkadraka/ai_pacman_a3c

a3c ai python3 pytorch

Last synced: about 2 months ago
JSON representation

AI playing Packman. This AI model is based on A3C (Asynchronous Advantage Actor Critic) algoritm

Awesome Lists containing this project

README

        

# AI play Pacman game

## Asynchronous Advantage Actor-Critic (A3C)

Asynchronous Advantage Actor-Critic (A3C) is a reinforcement learning algorithm that uses multiple agents to interact with the environment in parallel, improving training efficiency and stability.

### Key Features:
- **Asynchronous Learning:** Multiple agents explore the environment simultaneously, reducing correlation.
- **Actor-Critic Method:** The actor learns the policy, while the critic estimates the value function.

### Applications:
- Complex game environments (e.g., Doom, StarCraft)
- Robotics
- Real-time strategy games