Results 7 issues of Yingru Li

- [x] I have marked all applicable categories: + [ ] exception-raising bug + [ ] RL algorithm bug + [ ] documentation request (i.e. "X is missing from the...

enhancement

### Search before asking - [X] I have searched the MuZero [issues](https://github.com/werner-duvaud/muzero-general/issues) and found no similar feature requests. ### Description Is it possible to adapt the open-source implementations to accelerate...

enhancement

https://github.com/SMPyBandits/SMPyBandits/blob/8dfb012f56216155cedfc68f189e6fdb37645364/SMPyBandits/Policies/Exp3PlusPlus.py#L117 According to the algorithm in the paper, in this line, `self.eta` should be `self.epsilon`? And the comments in property `epsilon` and `trust` have the same problem?

```bash $ softlearning run_example_local examples.development \ > --universe=gym \ > --domain=HalfCheetah \ > --task=v3 \ > --exp-name=my-sac-experiment-1 \ > --checkpoint-frequency=1000 WARNING: The TensorFlow contrib module will not be included in...

**Is your feature request related to a problem? Please describe.** Feature request: Is there a plan for adding more algorithms with theoretical guarantees in the tabular setting or with linear...

enhancement
agent

Which version of pytorch does this repo suuport?

When I use pip to install scs and test with solve_random_cone_prob_gpu.py ```bash ~/scs-python$ python test/solve_random_cone_prob_gpu.py Traceback (most recent call last): File "test/solve_random_cone_prob_gpu.py", line 75, in main() File "test/solve_random_cone_prob_gpu.py", line 14,...