IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Applying filters for a csv loaded dataset #319

Closed gal-leibovich closed 5 years ago

gal-leibovich commented 5 years ago

Also, having the ObservationStackingFilter support a VectorObservationSpace, by concatenating the stacked frames to the current observation (i.e. an observation vector of size O, would become of size O * N, where N is the number of frames stacked together).

gal-leibovich commented 5 years ago

@galnov @shadiendrawis Could you PTAL?