env_stocktrading.py vs. env_stocktrading_np.py #565
Answered
by
BruceYanghy
khanhphan1311
asked this question in
Q&A
-
What is the difference between env_stocktrading vs. env_stocktrading_np? |
Beta Was this translation helpful? Give feedback.
Answered by
BruceYanghy
Apr 12, 2022
Replies: 1 comment 1 reply
-
Hey khanhphan1311, env_stocktrading is for tutorials env_stocktrading_np is for production (paper trading/live trading), numpy processing is faster Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
khanhphan1311
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey khanhphan1311,
env_stocktrading is for tutorials
env_stocktrading_np is for production (paper trading/live trading), numpy processing is faster
Thanks.