Frank-D

Results 21 comments of Frank-D

> Hi, > > I've never seen this issue, but I suspect that this is due to sklearn versioning issues. The installation requirements in the README should be enough, but...

> Hi, > > I've never seen this issue, but I suspect that this is due to sklearn versioning issues. The installation requirements in the README should be enough, but...

> I wanna do live streaming using this pkg. > However, although I have connected to the camera, I saw nothing in VLC... > ![image](https://user-images.githubusercontent.com/55009565/113385083-fabf3580-93b9-11eb-97dc-aa3596755370.png) I just want to get...

With docker image installed, I met this error. ENVs: - CUDA 10.2 - RTX 2080 - Ubuntu16 - Driver Version: 440.33.01

> It is looks torch 0.3.1 unsupported the 2070 card. But when I update torch to 1.0 the model unsupported torch 1.0 . Did you solve this?

Specifically, although we could find the definition in [observable ](https://github.com/deepmind/dm_control/blob/master/dm_control/locomotion/soccer/observables.py) But like the function at Line187, the meaning of each variable is still not clear... https://github.com/deepmind/dm_control/blob/master/dm_control/locomotion/soccer/observables.py#L187

> These observables generate values using the lambdas defined [here](https://github.com/deepmind/dm_control/blob/master/dm_control/locomotion/soccer/observables.py#L206). As you can see, these correspond to attributes of the goal posts, which are all subclasses of `PositionDetector`, defined [here](https://github.com/deepmind/dm_control/blob/fc7360b12669279f61eca25bf1cea80a8faf7c18/dm_control/entities/props/position_detector.py#L42)....

> @Frank-Dz Those are common across not just the soccer tasks but the walker agents in the locomotion module. Specifically, you can check the CMU humanoid class described [here](https://github.com/deepmind/dm_control/blob/fc7360b12669279f61eca25bf1cea80a8faf7c18/dm_control/locomotion/walkers/cmu_humanoid.py#L435) for...