HighwayEnv icon indicating copy to clipboard operation
HighwayEnv copied to clipboard

Use other DRL libraries

Open zhumingpassional opened this issue 2 years ago • 1 comments

How to use other DRL libraries (e.g., elegantRL, tianshou) with highway-env as env?

zhumingpassional avatar May 06 '22 03:05 zhumingpassional

I have only tried to use openai/baselines, DLR-RM/stable-baselines3, and eleurent/rl-agent libraries. But highway-env follows the common openai/gym interface, so if these DRL libraries support it then it should work fine. I encourage you to look at the documentation of these libraries to find out how to run them on a custom openai/gym environment.

eleurent avatar May 13 '22 13:05 eleurent

Have you tried to combine tianshou with highway environment? Did it work?

lostboy233333 avatar Jan 03 '23 14:01 lostboy233333

Hi, no I have not. If you try, let me know how it goes :)

eleurent avatar Jan 14 '23 19:01 eleurent