Specified gymnasium version to prevent TypeError

This commit is contained in:
spencerfolk
2024-11-26 12:44:01 -05:00
parent 9d62b6d96d
commit 9339485311

View File

@@ -20,4 +20,4 @@ setup(
'ndsplines',
'timeout_decorator',
'tqdm',
'gymnasium'])
'gymnasium == 0.29.1'])