Kelin Li

Results 5 comments of Kelin Li

@yananliusdu @softgearko Hi guys, I also encountered this problem. I found it is because some of the tensors are on CUDA while some are on CPU when you are running...

![Screenshot 2022-05-26 09:48:35](https://user-images.githubusercontent.com/24929885/170454258-e9a06930-c0e8-4ee0-beff-97f5437cdf51.png) Hi, The error is posted. I am using stable_baselin 3 = 1.5.0, torch = 1.11.0

Hi! I tried the checkpoint you provided in the repository. Its path is '/behavior/behavior/benchmark/agents/checkpoints'. Here are two checkpoints: ' onboard_sensing_ppo_random.zip' and 'full_observability_ppo_random.zip'. Both of them are not working in my...

@Roadsong Thanks for commenting. The first issue has been solved by replacing with `proprioception_dim=22` in simple_bc_agent.py. The problem is when I run test_bc_agent.py, I used the model trained by simple_bc_agent.py....

@roberto-martinmartin, Thanks for the reply. I am using python 3.8.3, which follows the documentation.