pkel / cpr

consensus protocol research
8 stars 2 forks source link

Optimize observation spaces #17

Closed pkel closed 1 year ago

pkel commented 1 year ago

All SSZ attack spaces use integer observations and set their range either to 0 to max_int or min_int to max_int. For some fields the actual range is much smaller. Maybe we can provide more restrictive bounds to the OpenAI gym.

pkel commented 1 year ago

See #23