issues Search Results · repo:yhilpisch/aiif language:"Jupyter Notebook"
Filter by
5 results
(61 ms)5 results
inyhilpisch/aiif (press backspace or delete to remove)Sir,
Here is the piece of code taken from the backtest_strategy method:
state = self.env.get_state(bar)
action = np.argmax(self.model.predict(
self._reshape(state.values))[0, ...
- adewdev
- 3
- Opened on Jul 23
- #7
Hello. First thanks for the knowledge. Second when i run the trading bot and import oandaenv.py i am getting this error:
KeyError Traceback (most recent call last) timed exec in module
/content/oandaenv.py ...
- CosmicQuant
- 2
- Opened on Apr 12, 2023
- #4
Hello, I m facing an issue when i m running oandatb.py because the below error although i saw that inside tradingbot.py
eager mode is disabled i m using the same version TF 2.3: Traceback (most recent ...
- ramy-osama84
- 3
- Opened on Jan 6, 2021
- #3
In the notebook 10_vectorized_backtesting.ipynb, the following step should be
In [55]:
test = data.loc[split:].copy()
In [55]:
test = data.iloc[split:].copy()
- diegolovison
- Opened on Oct 29, 2020
- #2
Hi, first of all, thanks for writing the book. It is amazing.
When running the notebook 11_risk_management.ipynb the step
tradingbot.plot_performance(agent)
it is failing with the following error:
...
- diegolovison
- 2
- Opened on Oct 29, 2020
- #1
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.