mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-06 00:03:28 +00:00
Add extra dependency
This commit is contained in:
parent
299ca007b5
commit
d3a718b94e
2 changed files with 4 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -23,6 +23,9 @@ setup(name='torchy_baselines',
|
|||
'sphinx',
|
||||
'sphinx-autobuild',
|
||||
'sphinx-rtd-theme'
|
||||
],
|
||||
'render': [
|
||||
'opencv-python'
|
||||
]
|
||||
},
|
||||
description='Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms.',
|
||||
|
|
|
|||
|
|
@ -131,4 +131,4 @@ def json_to_data(json_string, custom_objects=None):
|
|||
else:
|
||||
# Read as it is
|
||||
return_data[data_key] = data_item
|
||||
return return_data
|
||||
return return_data
|
||||
|
|
|
|||
Loading…
Reference in a new issue