AI4Finance-Foundation / AI4Finance-Foundation/ElegantRL
None of the IsaacGym related examples work
- 主要言語
- Python
- スター
- 4.4k
- フォーク
- 978
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。