Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The user wants a concise, one-line Git commit message based on the pr…
…ovided diff. The diff shows changes to the `TimeSeriesTransformer` class in `src/ppo_model.py`. Specifically, it adds `norm_first=True` to `TransformerEncoderLayer` and a `LayerNorm` to `TransformerEncoder`. These changes are aimed at improving the stability of the transformer. Therefore, the commit type should be `fix` as it addresses a bug (numerical instability). The description should reflect the addition of layer normalization within the transformer.fix: Add LayerNorm within transformer for stability
- Loading branch information