代做Home Work 3 Reinforcement Learning and Deep Learning代写C/C++程序
- 首页 >> DatabaseHome Work 3
1. Use an LLM of your choice to suggest 10 DDQN models for pairs trading. Choose one and let the LLM generate code for the model.
Split the data into a training set and a test set and train the model on the training set.
Use the trained model to generate predictions for trading on the test set
2. Generate code to evaluate the trading results from the test set predictions
