hybrid-sac icon indicating copy to clipboard operation
hybrid-sac copied to clipboard

Single-file pytorch implementation of hybrid-SAC

Results 5 hybrid-sac issues
Sort by recently updated
recently updated
newest added

This isn't so much an issue with the code as it was user error that I'd like to help others avoid: For anyone who is going to use this code,...

python hybrid_sac_platform.py --seed 7 --gym-id Platform-v0 --total-timesteps 100000 --learning-starts 1000 pygame 2.1.0 (SDL 2.0.16, Python 3.8.16) Hello from the pygame community. https://www.pygame.org/contribute.html D:\Anaconda3\envs\pytorch2023\lib\site-packages\gym\spaces\box.py:73: UserWarning: WARN: Box bound precision lowered by...

hi, thank you for this wonderful job. I am a new bird in RL, and I try to use your code in my env, however, this policy loss seems a...

First, thank your for the code related to paper `Discrete and Continuous Action Representation for Practical RL in Video Games`. Second, according to your code, all of action spaces of...

Hi, thank you so much for offering this code. I read the code: hybrid_sac_platform.py And, the paper said: If the continuous action ac must depend on the discrete action chosen...