Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: pacman-agent

Davidk20/pacman-solutions-backend

An artificial intelligence environment enabling users to watch simulated solutions to the original 1980's Pac-Man arcade game.

Language: Python - Size: 1.11 MB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 0 - Forks: 0

nomaanakhan/Berkeley-AI-Pacman-CTF

Agents for Berkeley AI Capture the Flag tournament.

Language: Python - Size: 316 KB - Last synced: 25 days ago - Pushed: about 5 years ago - Stars: 2 - Forks: 0

FilipePires98/PacmanAgent-AI

Pacman Agent: an artificial intelligent agent that plays Pacman.

Language: Python - Size: 8.75 MB - Last synced: 30 days ago - Pushed: 30 days ago - Stars: 0 - Forks: 1

JeremieGince/PacmanAgent

AI - Pacman Agent

Language: Python - Size: 281 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

trngbro/AI

Research AI - Lecturer: Nguyen Thanh An

Language: Jupyter Notebook - Size: 26.3 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

ucfx/ai-berkeley

Solutions of Pacman projects of Berkeley AI course

Language: Python - Size: 94.7 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

pouriaSameti/Fundamental-AI

The Fundamentals of Artificial Intelligence Course Projects.

Language: Jupyter Notebook - Size: 13 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

AbhinandanVellanki/Pacman-Artificial-Intelligence

Assignments of the HKU Course on Artificial Intelligence. Contains implementations of search and pruning algorithms, value iteration, q-learning and joint particle filters

Language: Python - Size: 2.14 MB - Last synced: 3 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

yuchenQ/COMP90054-AI_Assignment2

Language: Python - Size: 406 KB - Last synced: 3 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 2

Neo-47/Search-algorithms-on-Pacman

Language: Python - Size: 122 KB - Last synced: 5 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

nxhawk/Pacman-AI-HCMUS

PROJECT 01: SEARCH - Suggest or implement learned algorithms to assist Pac-Man in finding food without getting killed by monsters

Language: Python - Size: 1.93 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

ialexmp/AI-Pac-Man-Projects

Explore foundational AI concepts through the Pac-Man projects, designed for UC Berkeley's CS 188 course. Implement search algorithms, multi-agent strategies, and reinforcement learning techniques in Python, emphasizing real-world applications. Engage in the Eutopia Pac-Man contest for a multiplayer capture-the-flag challenge

Language: Python - Size: 21.5 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

davide97l/Pacman

Implementation of many popular AI algorithms to play the game of Pacman such as Minimax, Expectimax and Greedy.

Language: Python - Size: 7.65 MB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 12 - Forks: 4

Aveek-Saha/Pacman-AI

A repository for the Solutions for the PacMan assignment from Berkley

Language: Python - Size: 2.09 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

CodeMaxx/Safe-RL-Pacman

Reinforcement Learning Course Project - IIT Bombay Fall 2018

Language: Python - Size: 9.04 MB - Last synced: 8 months ago - Pushed: over 5 years ago - Stars: 7 - Forks: 3

stavroskostopoulos/Berkeley_PacmanProject_CS188

The Pac-Man projects were developed for CS 188. They apply an array of AI techniques to playing Pac-Man. However, these projects don't focus on building AI for video games. Instead, they teach foundational AI concepts, such as informed state-space search, probabilistic inference, and reinforcement learning.

Language: Python - Size: 414 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Xinjie-Lan/Pacman-Contest-AI-Berkeley

Implementation of reinforcement learning

Language: Python - Size: 155 KB - Last synced: 8 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 2

ahmed-k-aly/pacman-contest Fork of ngacho/pacman-contest

Pacman AI contest for COSC-241

Language: Python - Size: 7.36 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

andreiliphd/deep-q-learning-ms-pacman-v0

Implementation of Deep Q Learning Ms-Pacman-v0.

Language: Jupyter Notebook - Size: 26.4 KB - Last synced: 9 months ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

DavisuaCoder/PacmanAI

Experience gaming evolution with Autonomous PacBot: a Reinforcement Learning-powered Pacman agent.

Language: Python - Size: 204 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

bhandeystruck/Aitificial_Intelligence_Pacman_Search

Solutions to the Berkeley Pacman Probelm.In this project, my Pacman agent will find paths through the maze world, both to reach a particular location and to collect food efficiently. I Implemented general search algorithms and apply them to various Pacman scenarios.

Language: Python - Size: 92.8 KB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

sid230798/Pacman_Search_AND_MultiAgent_Algorithms

Contains algorithms to train Pacman agent to find/eat food particles .Multi-Agent Algorithms are also used.

Language: Python - Size: 2.95 MB - Last synced: 10 months ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

M-Adil-AS/Pacman

Browser Game using JavaScript

Language: JavaScript - Size: 1.41 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

naotiki/Jiyukenkyu2021

機械学習でパッ○マンをプレイさせる

Language: ASP.NET - Size: 167 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

williamchenjun/PacmanMDP

Reinforcement learning agent using value/policy iteration on Berkeley's pacman project.

Language: Python - Size: 23.4 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

debbynirwan/pacman-ai-cpp

A software framework to learn algorithms like AI planning, behaviour trees, and reinforcement learning.

Language: C++ - Size: 163 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

dariomnz/Pacman-AI

Q-learning algorithm is implemented to play the pacman game and get the highest possible score.

Language: Python - Size: 65.4 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Murf-y/Pacman-Search-Evalution

Evolve a heuristic to be used by PACMAN using genetic algorithm

Language: Python - Size: 2.29 MB - Last synced: 7 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 1

pavlosdais/ai-berkeley

My solutions to projects 1, 2 & 3 of Berkeley's AI '22 course

Language: Python - Size: 311 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

asqiriba/cs188-pacman

AI projects for COMP 569 Artificial Intelligence. Project adopted by Department of Computer Science, CSUCI from UC Berkeley CS188.

Language: Python - Size: 159 MB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

WilliamStar007/PacMan-Game

PacMan Web Game with A* Pathfinding Algorithm (JavaScript & Python)

Language: JavaScript - Size: 521 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

Precioux/Pacman

AI Course Projects - Fall 2022

Language: Python - Size: 7.13 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Lamonkey/Pacman_AI

Build a utilty agent, rule-based agent and learning agent for the game PacMan in javascript

Language: JavaScript - Size: 28.8 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

abhinavcreed13/ai-capture-the-flag-pacman-contest

The course contest involves a multi-player capture-the-flag variant of Pacman, where agents control both Pacman and ghosts in coordinated team-based strategies

Language: Python - Size: 78.1 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 5

PanMig/MCTS-Pacman

MCTS Pacman agent applied to the Pacman VS Ghosts conpetition framework

Language: Java - Size: 1.65 MB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 2 - Forks: 2

andi611/Pacman-With-AI-Python

Implementations of artificial intelligence agents that plays Pac-Man

Language: Python - Size: 556 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 2

jeff-hykin/berkeley_pacman

A python3 version of Berkeley's Pacman AI course

Language: Python - Size: 1.46 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 1

PARSA-MHMDI/AI-pacman-game-minimax

Pacman AI that utilizes minimax, alpha beta pruning, expectimax.

Language: Python - Size: 1.87 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

panagiotiskon/AI-Pacman-Project-1-Berkeley

🎲Berkeley Project 1

Language: Python - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Pendulun/PacManSearchAlgorithms

Graph Search Algorithms for Intro to AI class at UFMG

Language: Python - Size: 643 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

tadowney/ai_pacman

Pacman agent built with reinforcement learning

Language: Python - Size: 1.3 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

drammos/Artificial-Intelligence-Project

Project from our fifth half year in University of Athens.

Language: Python - Size: 9.81 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

kaiyoo/AI-Pacman-Reinforcement-Learning

Pacman game agent

Language: Python - Size: 389 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

saif-mahmud/AI-Lab

CSE 4111 Artificial Intelligence Lab

Language: Jupyter Notebook - Size: 23.3 MB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

bmazoure/ms_pacman_gym

Partially observable PacMan game in OpenAI Gym format

Language: Python - Size: 47.9 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 4 - Forks: 2

chiragvartak/monte-carlo-pacman

A Pacman game agent that uses a modified version of the Monte-Carlo Tree Search to play the game

Language: Python - Size: 5.09 MB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 1

cheretka/PacMan_Projects

Implement DFS, BFS, UCS, and A* algorithms && minimax and expectimax algorithms, as well as designing evaluation functions

Language: Python - Size: 289 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

Naharul98/Pacman-AI-agent-for-stochastic-environment

A Markov Decision Process (MDP) based implementation of a Pacman agent, to survive and battle through a handicapped stochastic environment.

Language: Python - Size: 342 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

JavascriptCoder999/pac-man256

pac man

Size: 16.6 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

eaarranz/IA-multiagent

(Berkeley AI) Multiagent problems using PACMAN

Language: Python - Size: 74.2 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

hopgausi/pacman

A python pacman implementation of search and searchAgents of a pacman game

Language: Python - Size: 111 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

nishagandhi/The-Searching-Pacman

In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.

Language: Python - Size: 806 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 2

andrewpap22/CS188x_Berkeley-PacmanAI

\⍩⃝/ My personal implementations for Berkeley's intro to AI, Pacman projects #1 & #2.

Language: Python - Size: 951 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

pcgotan/PacmanCTF_Agent

Created an AI agent to play Pacman version of capture the flag (CTF) with python2.7

Language: Python - Size: 240 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

Shubhammishra11/Pacman-CTF

My team code

Language: Python - Size: 48.8 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

sunidhit/Pacman

Language: Python - Size: 46.9 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

junthbasnet/Pacman-Search

Array of AI Search algorithms is employed to playing Pac-Man ⍩⃝.

Language: Python - Size: 10.5 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 2

joaocps/iia-pacman

Artificial Inteligence final project - Pacman

Language: Python - Size: 124 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

navidadelpour/pacman-solver

pacman solver with uninformed search algorithms in python

Language: Python - Size: 90.8 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

TejasNaikk/SearchingPacman

A project that applies several Artificial Intelligence techniques such as informed state space search, reinforcement learning and probabilistic inference. Algorithms such as Depth First Search, Breadth First Search, Uniform Cost Search, A-star Search enabled the pacman to win in different game versions

Language: Python - Size: 165 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

ctdempsey/pacman-ctf-comp-site

Flask web app that simulates contests for UC Berkeley AI Pacman CTF project

Language: Python - Size: 161 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

alphaWizard/pacman_search_agents

A collection of various pacman solving agents and their comparison.

Language: Python - Size: 171 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

JayLohokare/ai-pacman

Pacman game AI built for Artificial intelligence course CSE537 at Stony brook university

Language: Python - Size: 1.83 MB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Rashmeet09/Searching-Pacman

The artificially intelligent Pacman agent finds paths through a maze world, both to reach a particular location and to collect food efficiently using the search algorithms - Depth First Search, Breadth First Search, Uniform Cost Search, and A* search.

Language: Python - Size: 171 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ArthLeu/MinePac

Project in Machine Learning | Minecraft Malmo AI

Language: Python - Size: 5.11 MB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

bhushan23/Artificial-Intelligence-Projects-SBU

Projects done during Artificial Intelligence course at SBU

Language: Jupyter Notebook - Size: 11.6 MB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

eaarranz/IA-Search

(Berkeley AI) Search problems arround PACMAN

Language: Python - Size: 203 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

TejasNaikk/MultiAgentPacman

Mini-max, Alpha-Beta pruning, Expectimax techniques are used to implement multi-agent pacman adversarial search.

Language: Python - Size: 151 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

nishagandhi/MultiAgent-Pacman

In this project, agents are designed for the classic version of Pacman, including ghosts. Mini-max, Alpha-Beta pruning, Expectimax techniques were used to implement multi-agent pacman adversarial search.

Language: Python - Size: 658 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 2

yuchenQ/COMP90054-AI_Assignment1

The Pacman Project 1: Search in Pacman, from link: http://ai.berkeley.edu/search.html

Language: Python - Size: 92.8 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

Related Keywords
pacman-agent 70 artificial-intelligence 27 pacman 26 pacman-game 20 ai 19 python 16 reinforcement-learning 11 search-algorithm 7 minimax-algorithm 6 astar-algorithm 6 dfs 6 bfs 6 pacman-projects 6 alpha-beta-pruning 6 berkeley 6 uniform-cost-search 6 breadth-first-search 5 multiagent 5 depth-first-search 5 dfs-algorithm 4 mdp 4 minimax-search 4 qlearning 4 ucs 3 berkeley-ai 3 heuristics 3 a-star 3 bfs-algorithm 3 cs188 3 astar 3 a-star-search 3 minimax 3 pacman-assignments 3 value-iteration 2 artificial-intelligence-algorithms 2 uninformed-search 2 searching-algorithms 2 markov-decision-processes 2 deep-learning 2 heuristic-search-algorithms 2 python3 2 search 2 expectimax 2 bfs-search 2 ai-agents 2 decision-trees 2 universitatbarcelona 2 constraint-satisfaction-problem 2 adversarial-search 2 capture-the-flag 2 game 2 search-algorithms 2 multi-agent-systems 1 javascript-html-css 1 pathfinding 1 java 1 user-interface 1 web-based 1 webgame 1 utilty-agent 1 adversial 1 rule-based-agent 1 bayesian-inference 1 crawler 1 csp 1 learning-agent 1 ml-agents 1 unity2d 1 alpha-beta 1 policy-iteration 1 pruning 1 aiplanning 1 automated-planning 1 behavior-tree 1 q-learning-algorithm 1 genetic-algorithm 1 greedy-best-first-search 1 beta 1 classical-planning 1 logic 1 alpha 1 naive-bayes-classifier 1 arcade-game 1 heuristic-search 1 mcts-algorithm 1 searching-algorithm 1 agent-based-modeling 1 pacman-search 1 pacman-project 1 agent-based-simulation 1 bellman-equation 1 ai-planning 1 evaluation 1 planning-algorithms 1 reinforcement-learning-agent 1 ids 1 openai 1 cost-function 1 pacman-python 1 pocman 1