-
- Pay off technical debt as soon as possible. It would be imprudent to do otherwise.
-
- Spending an hour watching users is more informative than spending a day guessing what they want.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gym | |
| from gym.envs.registration import register | |
| from gym import error, spaces, utils | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| import pandas as pd | |
| import pandas_datareader.data as web | |
| import arrow | |
| import random | |
| import sys |