Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 672 Bytes

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()