Farama-Foundation / D4RL

A collection of reference environments for offline reinforcement learning
Apache License 2.0
1.35k stars 285 forks source link

Allow higher python versions #234

Open ikamensh opened 9 months ago

ikamensh commented 9 months ago

Description

The build on pip install and a basic test of getting a dataset for an environment were successful.

Fixes #233

Logically this will allow people to try installing on whatever higher python they have. This might succeed. Or they will come back with specific issues in the repo. Current state of forbidding out of principle higher versions seems not helpful, or am I missing some usecase?