Added gym as a dependency

This commit is contained in:
spencerfolk
2023-12-20 20:42:37 -05:00
parent b93166fc3b
commit 05e6e8be72

View File

@@ -19,5 +19,5 @@ setup(
'pandas',
'ndsplines',
'timeout_decorator',
'tqdm',
'tqdm'
'gymnasium'])