SpaceStateIndexer

Very simple indexer that takes a set of states and indexes based on that. Needs some testing to make sure everything works as cleanly as hoped.

 

__init__(self, states): 

 

to_indices(self, states): 

 

from_indices(self, indices): 

Feedback

Examples

Templates

Documentation