emxia18 commited on
Commit
c5eba3f
·
verified ·
1 Parent(s): a5e4696

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # PPO-LSTM Model
2
- This model was trained using RecurrentPPO with LSTMs for sequence learning.
3
 
4
  **Training Data**: Custom sequence dataset
5
- **Algorithm**: Proximal Policy Optimization (PPO) with LSTM
6
  **Library**: Stable-Baselines3
 
1
  # PPO-LSTM Model
2
+ This model was trained using a custom multi-layer LSTM with PPO.
3
 
4
  **Training Data**: Custom sequence dataset
5
+ **Algorithm**: Proximal Policy Optimization (PPO) with a custom LSTM
6
  **Library**: Stable-Baselines3