From fdde2ff5873599d07da781358c1e05c5c0dd9ea5 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 9 Apr 2025 15:51:30 +0300 Subject: [PATCH] Add model files to gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index c4093f7..cf0d892 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,20 @@ crypto/gogo2/checkpoints/trading_agent_episode_*.pt *trading_agent_continuous_*.pt *trading_agent_episode_*.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