Skip to content

ancorso/POMDPGym.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POMDPGym

Wrapper for Gymnasium environments for reinforcement learning to work with POMDPs.jl. Includes options to get the observation space from pixels.

Installation

  • Install this package by opening julia and running ]add https://github.com/ancorso/POMDPGym.jl.
  • The Python dependencies gymnasium and pygame will be automatically installed during the build step of this package.

Atari and other environments

Currently, the automatic installation using Conda.jl does not install the Atari environments of Gymnasium. To do this, install Atari environments in a custom Python environment manually and ask PyCall.jl to use it. To elaborate, create a new Python virtual environment and run

pip install gymnasium[classic-control] gymnasium[atari] pygame
pip install autorom

Then run the shell command AutoROM and accept the Atari ROM license. Now you can configure PyCall.jl to use your Python environment following the instructions here.

Optionally, you can also install MuJoCo.

Maintainer

Anthony Corso ([email protected])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages