Farama-Foundation / D4RL

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

fix setup error #180

Closed pinqian77 closed 2 years ago

pinqian77 commented 2 years ago

Description

When I was trying to install D4RL via pip, I found bugs in setup.py. The problem is due to the function get_version() and a syntax error in setup().

Fixes # (issue)

Type of change

Screenshots

Before After
image image
Before After
image image

Checklist:

pseudo-rnd-thoughts commented 2 years ago

Thanks for spotting that