TradeMaster-NTU / TradeMaster

TradeMaster is an open-source platform for quantitative trading empowered by reinforcement learning :fire: :zap: :rainbow:
Apache License 2.0
1.35k stars 273 forks source link

Agents -- MMCV util #197

Closed CoderM8n closed 2 months ago

CoderM8n commented 8 months ago

where are the agents stored? in mmcv util?

i cannot find mmcv util, could you please help me?

Is the PPO agent used in the tutorial, from stablebaslines or RLLIb?

qinmoelei commented 2 months ago

Model Save Path: When you run the code, all the models and logs should be stored in work_dir by default. You may change the work_dir in the config file (e.g. ,deepscalper) to change the position.

PPO: We use RLlib for PPO