Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 551 Bytes

Siren-v0

My custom Gym enviroment for the Re_X project.

Requirements

Installation

pip install -e .

Usage

In your Python script, do the following:

import gym
import siren
env = gym.make('Siren-v0')

Credits

The code of the Pac-Man game is based on the course materials (The Pac-Man Projects) from UC Berkeley CS188 Intro to AI.