reinforce icon indicating copy to clipboard operation
reinforce copied to clipboard

Clean up and formalize State- and Action-Space typeclasses

Open stites opened this issue 8 years ago • 1 comments

Currently, there is only a half-baked state space in a poorly-named module. Action spaces are presumed only to be bounded enums (ie: discrete spaces, but we should also account for Box and continuous). This should be moved and functions should be added to so that a user can make state- and action- based informational queries.

stites avatar Mar 17 '17 21:03 stites

Hopefully, this abstraction comes out of writing more agents.

stites avatar Aug 01 '17 20:08 stites