Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in linear_rl_trader.py #63

Closed
look4yasharth opened this issue May 9, 2020 · 2 comments
Closed

Error in linear_rl_trader.py #63

look4yasharth opened this issue May 9, 2020 · 2 comments

Comments

@look4yasharth
Copy link

There is some error in the code. Kindly check it and resolve it out as soon as possible.
My MacOS terminal says:
line 349
with open(f'{models_folder}/scaler.pkl', 'rb') as f:
^
SyntaxError: invalid syntax

@majiang
Copy link

majiang commented Jun 1, 2020

Did you ensure that your Python version supports
f-string?

@ghost
Copy link

ghost commented Feb 18, 2021

older versions of python do not support f-strings. i would recommend upgrading python to 3.6(the one i use). hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants