Add extra dependency

This commit is contained in:
Antonin Raffin 2020-01-08 11:26:57 +01:00
parent 299ca007b5
commit d3a718b94e
2 changed files with 4 additions and 1 deletions

View file

@ -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.',

View file

@ -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