pySACQ
pySACQ copied to clipboard
PyTorch implementation of SAC-Q Reinforcement Learning Algorithm (tested on OpenAI Gym environments)
Results
2
pySACQ issues
Sort by
recently updated
recently updated
newest added
Hi, when I read the code, I didn't find the implementation of learning the schedule for the tasks. It looks like the current implementation is switching tasks uniformly only. Could...
Hi there, Very interesting work! I've really enjoyed reading the paper. When I looked up the implementation, I realized that the act function defined in model.py was not defined under...