GymSpaces.jl

Spaces for Flux's Gym.jl packages
Author kraftpunk97-zz
Popularity
4 Stars
Updated Last
3 Years Ago
Started In
June 2019

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

Used By Packages

No packages found.