AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
None of the IsaacGym related examples work
- Lenguaje dominante
- Python
- Estrellas
- 4.4k
- Forks
- 978
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
running the following demo
```
python examples/demo_Isaac_Gym.py
```
throws up the error
```
Traceback (most recent call last):
File "examples/demo_Isaac_Gym.py", line 6, in
from elegantrl.train.run import train_and_evaluate
ImportError: cannot import name 'train_and_evaluate' from 'elegantrl.train.run'
```
Also the [tutorial code](https://elegantrl.readthedocs.io/en/latest/tutorial/isaacgym.html) throws the following error:
```
Traceback (most recent call last):
File "mytest.py", line 3, in
from elegantrl.envs.IsaacGym import IsaacVecEnv, IsaacOneEnv
File "/home/nilaksh/rl/ElegantRL/elegantrl/envs/IsaacGym.py", line 5, in
from elegantrl.envs.isaac_tasks import isaacgym_task_map
ModuleNotFoundError: No module named 'elegantrl.envs.isaac_tasks'
```
Hence I request you to please solve these issues. I'm using the latest version of ERL
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.