dylan906 / clockpunch

A Gym environment for scheduling space object-tracking sensors.
MIT License
1 stars 0 forks source link

Make wrapper to convert 2d cov to 3d #16

Closed dylan906 closed 1 year ago

dylan906 commented 1 year ago

As a patch to #15, make a wrapper that converts 2d covariance diagonals to 3d sparse matrices.

dylan906 commented 1 year ago

Turns out that MinMaxScaler is much more easily implemented using 2d matrices. So will need ways to easily handle both 2d and 3d covs in wrappers. Use the 2d-to-3d wrapper as well as base env 2d covs.