* Standardize from gym import spaces * update changelog * update issue template * update version * Update version
* Upgrade to python 3.7+ syntax * Switch to PyTorch 1.11
* Pendulum-v0 -> Pendulum-v1 * Reformat with black * Update changelog * Fix dtype bug in TimeFeatureWrapper * Update version and removed forward calls * Update CI * Fix min version Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
* Add TimeFeatureWrapper * Update README * Address comments