My custom Gym enviroment for the Re_X project.
pip install -e .
In your Python script, do the following:
import gym
import siren
env = gym.make('Siren-v0')
The code of the Pac-Man game is based on the course materials (The Pac-Man Projects) from UC Berkeley CS188 Intro to AI.