Skip to content

Commit

Permalink
Update overview.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional committed Apr 16, 2023
1 parent 627e3e0 commit 82cbe2e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/ElegantRL_Solver/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ Overview

One sentence summary: ElegantRL_Solver is a high-performance RL Solver.

We aim to find high-quality optimum, or even (nearly) global optimum, for nonconvex/nonlinear optimizations (continuous variables) and combinatorial optimizations (discrete variables).
We aim to find high-quality optimum, or even (nearly) global optimum, for nonconvex/nonlinear optimizations (continuous variables) and combinatorial optimizations (discrete variables). We provide pretrained neural networks to perform real-time inference for nonconvex optimization problems, including combinatorial optimization problems.

We provide pretrained neural networks to perform real-time inference for nonconvex optimization problems, including combinatorial optimization problems.

This project is built on ElegantRL and OpenAI Gym.
This project is built on [ElegantRL](https://github.com/AI4Finance-Foundation/ElegantRL) and OpenAI Gym.

The following two key technologies are under active development:
- Massively parallel simuations of gym-environments on GPU, using thousands of CUDA cores and tensor cores.
Expand Down Expand Up @@ -56,7 +54,7 @@ File Structure:
- |── rlsolver_portfolio_management
- |── rlsolver_quantum_circuits
- └── utils
```

**ElegantRL_Solver features high-performance and stability:**
Expand Down

0 comments on commit 82cbe2e

Please sign in to comment.