ElegantRL
ElegantRL copied to clipboard
Many import errors in examples
in "demo_mujoco_draw_obj_h.py"
in "demo_Isaac_Gym.py"
in "demo_DDPG_H.py"
in "demo_vec_env_A2C_PPO.py"
in "demo_PPO_H.py"
in "demo_PaperTradingEnv_PPO.py"
in "demo_mujoco_render.py"
in "tutorial_LunarLanderContinous-v2.py"
in "tutorial_Hopper-v3.py"
in " tutorial_Hopper-v2_H.py"
We have updated these bugs for the main algorithms (DQN, DoubleDQN, DualingDQN, D3QN, DDPG, TD3, SAC and PPO), the algorithm related to Hterm has not been updated (DDPG_H, PPO_H), thank you for the reminder, I will take the time to change these codes.
also the "tutorial_LunarLanderContinous-v2.py" contains these errors, "Arguments" being one of them and the other being "train_and_evaluate" which is nowhere in the imports. arguments i changed too Config which seems to have worked after changing env-func to env_class or at least i think it worked, cant be certain without running train_and_evaluate, which i cant run