yangchao

Results 5 issues of yangchao

In the inference part, we should use the selected image to generate the latent z value() as show in 'z_base = graph.generate_z(dataset[base_index]["x"])' But in the glow/models.py, we will repeat to...

Hi, Tianhe There are some problems with the dataset from http://rail.eecs.berkeley.edu/datasets/mil_data.zip I use the following code to check the dataset of './data/sim_push' ``` import glob import pickle file_dir = './data/sim_push'...

Hi, isaacgym can not run in A100-SXM-80GB ? When I run the test code in this type of GPUs, I get the following note: > Exact experiment name requested from...

When I use Morphological Modifications of the Mujoco agent, such as HalfCheetahBigFoot **in multiprocess**, I get the 'can't pickle local object 'ModifiedSizeEnvFactory'..ModifiedSizeEnv' ![screenshot 2019-02-28 15 28 25](https://user-images.githubusercontent.com/10398640/53548867-9643a380-3b6d-11e9-8a0b-ac39af9484b8.png) by the way,...

Hi, Is it available to set the robot desired **DOF effort**? in srv/SetRobotDesiredDOF, no dof effort defined and just dofs and dof_velocities.