Dharshan

Results 11 comments of Dharshan

> Can you provide more details, like screen snapshots of your errors? Thank you for your reply. Sure, I ran this code { [DI-engine](https://github.com/opendilab/DI-engine)/[dizoo](https://github.com/opendilab/DI-engine/tree/main/dizoo)/[gym_hybrid](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid)/[envs](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid/envs)/gym_hybrid_env.py} in jupyter notebook but i got...

> This error could be a repeat register error, which is caused by the repeat import of `GymHybridEnv`. > > For simplicity, you can modify line 14 like `@ENV_REGISTRY.register('gym_hybrid', force_overwrite=True)`...

Why this error occurs? Is that because of python 3?? I ran the [DI-engine](https://github.com/opendilab/DI-engine)/[dizoo](https://github.com/opendilab/DI-engine/tree/main/dizoo)/[gym_hybrid](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid)/[config](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid/config)/gym_hybrid_ddpg_config.py code ![image](https://user-images.githubusercontent.com/108181384/184545105-eb2c83de-5573-42cb-b227-03cc627545c4.png)

please let me know, why am i getting this error when i run the [DI-engine](https://github.com/opendilab/DI-engine)/[dizoo](https://github.com/opendilab/DI-engine/tree/main/dizoo)/[gym_hybrid](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid)/[entry](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid/entry)/gym_hybrid_ddpg_eval.py code ?? ![image](https://user-images.githubusercontent.com/108181384/184545913-448deba4-d37d-4b25-b087-0e8db872c4c3.png)

Also please let me know, why am i getting this error when i run the [DI-engine](https://github.com/opendilab/DI-engine)/[dizoo](https://github.com/opendilab/DI-engine/tree/main/dizoo)/[gym_hybrid](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid)/[entry](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid/entry)/gym_hybrid_ddpg_main.py code?? ![image](https://user-images.githubusercontent.com/108181384/184572903-3ea9fac1-252a-464c-a9ad-2da4645af54a.png)

> For more detailed discussion, you can join our slack channel and some message to us. The replay path is not activated in the ddpg config, ?? [DI-engine](https://github.com/opendilab/DI-engine)/[dizoo](https://github.com/opendilab/DI-engine/tree/main/dizoo)/[gym_hybrid](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid)/[config](https://github.com/opendilab/DI-engine/tree/main/dizoo/gym_hybrid/config)/gym_hybrid_ddpg_config.py ![image](https://user-images.githubusercontent.com/108181384/184577264-e5e722df-5841-4644-992b-76228753485c.png)

Previously I used Jupiter notebook which causes the chrome to crash . However , once I downloaded the desktop version of Jupiter lab, I was able to train my model...

Did you implement dhruvramani's project in your server? I am getting error when i run the render.py code The error is - BuildError werkzeug.routing.exceptions.BuildError: Could not build url for endpoint...

It worked ![image](https://user-images.githubusercontent.com/108181384/194522774-3b3afb11-484f-4f0e-8c5b-ea981a65ed72.png) Do you know why the cartpole's color is different than the actual one?