entity-neural-network / incubator

Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29 stars 10 forks source link

Eliminate EpisodeStats #208

Closed cswinter closed 2 years ago

cswinter commented 2 years ago

Removes EpisodeStats and adds a VecEnv wrapper that automatically collects metrics for rewards and episode lengths.

Fixes https://github.com/entity-neural-network/incubator/issues/75