toshikwa / gail-airl-ppo.pytorch

PyTorch implementation of GAIL and AIRL based on PPO.
MIT License
164 stars 30 forks source link

Support for discrete actions? #4

Closed hai-h-nguyen closed 2 years ago

hai-h-nguyen commented 2 years ago

Does this codebase support discrete action spaces?

toshikwa commented 2 years ago

Discrete actions are not supported.

prasuchit commented 10 months ago

@toshikwa @hai-h-nguyen I know it's been a long time, but I just added support for discrete actions. It's available here.