Frank-D

Results 21 comments of Frank-D

> @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...

> Since you are running soccer. Do you have any idea on what each observation truly means. I have the same question. Refer to my post: https://github.com/deepmind/dm_control/issues/271

> I am trying to train a 1v1 soccer games in the soccer environment. However, the training is really slow. Is there any method to speed up the simulation? I...

Hi~ I met a similar problem that is when I run the code in terminal in Pycharm, it works well for me but when I run the code in the...

Great! Thanks! But what time is it?

If you are using 3090, cuda11.0 seems not ok for apex but cuda11.1 is ok. I did the following and successfully installed apex 0.1 ``` pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1...

> Have you solved the problem? I have also faced this problem. No. Haven't. Anyone can help?

> The requested URL /~ccloy/downloads_mall_dataset.html was not found on this server. Same problem

Given pose estimation (via Openpose) and segmentation (via PGN) as well as manually set garment's category, is there existing code to convert these data to test_data.pkl? Maybe we can gather...