theOGognf / finagg

A Python package for aggregating and normalizing historical data from popular and free financial APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement GPU-only Env

theOGognf opened this issue · comments

Need to implement an Env protocol for the GPU-only algorithm implementation. It just needs the following:

  • num_envs, config, and device args and attributes
  • Observation and action specs
  • A step method
  • A reset method
  • A close method

Env interface is done, just needs testing and maybe some dummy envs for testing/debugging

This has been moved to the rlstack project