Skip to content

A custom OpenAI Gym environment for the Siren project

Notifications You must be signed in to change notification settings

CafeAuLait-CC/siren_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A custom OpenAI Gym environment for the Siren project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published