You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of the project is to perform Q-learning on a historical stock price for Nvidia for the last 5 years dataset which is reinforcement learning. I have trained the agent by using temporal difference and performed Q - Learning . I was able to successfully construct a Q -Table at the end of training . I Used this Q-table to evaluate the algori…