We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RL-Stock/rlenv/StockTradingEnv0.py
Line 28 in 22d2cbf
Line 113 in 22d2cbf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RL-Stock/rlenv/StockTradingEnv0.py
Line 28 in 22d2cbf
" self.reward_range = (0, MAX_ACCOUNT_BALANCE) "
is wrong,
as
RL-Stock/rlenv/StockTradingEnv0.py
Line 113 in 22d2cbf
"reward = 1 if reward > 0 else -100"
which means reward could be -100 with is below 0.
The text was updated successfully, but these errors were encountered: