AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
官网教程的样例都跑不通。
- Lenguaje dominante
- Python
- Estrellas
- 4.4k
- Forks
- 978
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
官网教程的样例都跑不通。举例:
1. https://elegantrl.readthedocs.io/en/latest/tutorial/LunarLanderContinuous-v2.html
```
https://github.com/AI4Finance-Foundation/ElegantRL/blob/master/examples/tutorial_LunarLanderContinous-v2.py
```

2. https://elegantrl.readthedocs.io/en/latest/algorithms/dqn.html
```
import torch
from elegantrl.run import train_and_evaluate
from elegantrl.config import Arguments
from elegantrl.train.config import build_env
from elegantrl.agents.AgentDQN import AgentDQN
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.