Closed pinqian77 closed 2 years ago
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)
pre-commit
pre-commit run --all-files
CONTRIBUTING.md
Thanks for spotting that
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
Checklist:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)