We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b840b3 + 5628c29 commit 2183ca5Copy full SHA for 2183ca5
flow/utils/rllib.py
@@ -209,7 +209,7 @@ def get_rllib_config(path):
209
210
def get_rllib_pkl(path):
211
"""Return the data from the specified rllib configuration file."""
212
- dirname = os.getcwd()
+ dirname = os.path.dirname(__file__)
213
filename = os.path.join(dirname, '../../examples/')
214
sys.path.append(filename)
215
config_path = os.path.join(path, "params.pkl")
0 commit comments