This repository provides a Gym environment for analyzing the stock market using reinforcement learning techniques. The environment is compatible with MuZero and enables researchers and practitioners to train and evaluate RL agents in simulated stock market scenarios
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
61
commits
feat(Continuous Action space): Now action space is a regression space
cd86c6fView on GitHubrefactor(Render): Show figure is optional with env parameter
0a61245View on GitHubrefactor(step): initial money as penalty then illegal move
ae4b31aView on GitHubrefactor(Reward): Get high reward on good trade and penalty on holding
04006bdView on GitHubrefactor(Reward): Return accumulated total reward instead of step reward
02ba466View on GitHub