Rosefintech / Rosefintech-RosefinAIEngine

RosefinAIEngine of Rosfintech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo


Submit Bug

Rosefintech-RosefinAIEngine

Stargazers Issues Forks MIT License

  • RosefinAIEngine for Rosfintech

Table of Contents

Background

PPO is a very popular Reinforcement Learning algorithm at present. OpenAI takes PPO as the current baseline algorithm. We use the PPO algorithm to train a policy to give the best action in any situation.

Normalize tensors based on streaming estimates of mean and variance. Centering the value, scaling it by the standard deviation, and clipping outlier values are optional.

Create a memory that stores episodes. Each transition tuple consists of quantities specified by the template. These quantities would typically be be observartions, actions, rewards, and done indicators.

Community

DISCORD: https://discord.gg/FEX4cBgHbR

Contact

E-MAIL: dev.rosefintech@gmail.com

License

GPL-3.0 License.

About

RosefinAIEngine of Rosfintech

License:GNU General Public License v3.0


Languages

Language:Python 100.0%