Compare commits

...

3 Commits

Author SHA1 Message Date
Dobromir Popov
fdde2ff587 Add model files to gitignore 2025-04-09 15:51:30 +03:00
Dobromir Popov
690c61f230 Setup Git LFS for model files 2025-04-09 15:40:05 +03:00
Dobromir Popov
0148964409 Add model files to gitignore 2025-04-09 15:38:51 +03:00
3 changed files with 19 additions and 0 deletions

17
.gitignore vendored
View File

@ -39,3 +39,20 @@ crypto/gogo2/checkpoints/trading_agent_episode_*.pt
*trading_agent_continuous_*.pt *trading_agent_continuous_*.pt
*trading_agent_episode_*.pt *trading_agent_episode_*.pt
crypto/gogo2/models/trading_agent_continuous_150.pt crypto/gogo2/models/trading_agent_continuous_150.pt
crypto/gogo2/checkpoints/trading_agent_episode_0.pt
crypto/gogo2/checkpoints/trading_agent_episode_10.pt
crypto/gogo2/checkpoints/trading_agent_episode_20.pt
crypto/gogo2/checkpoints/trading_agent_episode_40.pt
crypto/gogo2/models/trading_agent_best_pnl.pt
crypto/gogo2/models/trading_agent_best_reward.pt
crypto/gogo2/models/trading_agent_best_winrate.pt
crypto/gogo2/models/trading_agent_continuous_0.pt
crypto/gogo2/models/trading_agent_continuous_50.pt
crypto/gogo2/models/trading_agent_continuous_100.pt
crypto/gogo2/models/trading_agent_continuous_150.pt
crypto/gogo2/models/trading_agent_emergency.pt
crypto/gogo2/models/trading_agent_episode_0.pt
crypto/gogo2/models/trading_agent_episode_10.pt
crypto/gogo2/models/trading_agent_episode_20.pt
crypto/gogo2/models/trading_agent_episode_30.pt
crypto/gogo2/models/trading_agent_final.pt

1
crypto/gogo2/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.pt filter=lfs diff=lfs merge=lfs -text

1
crypto/gogo2/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pt