Skip to content

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

License

Notifications You must be signed in to change notification settings

WielkaDraka/AI_Pacman_A3C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published