Skip to content

kraftpunk97-zz/GymSpaces.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GymSpaces.jl

Build Status

This is packages contains the constructs that can be used to define the action and observation spaces of Reinforcement Learning environments. Their design is similar to the spaces provided by OpenAI's gym package.

To add this package...] add https://github.com/kraftpunk97/GymSpaces.jl

Exportable items

Abstract Datatypes

  • AbstractSpace

Datatypes

  • Box
  • TupleSpace
  • Discrete
  • MultiBinary
  • MultiDiscrete
  • DictSpace

Methods

  • sample()
  • seed()