Jiun Kai Yang

Results 32 comments of Jiun Kai Yang

@NLGithubWP You can get this trained network by the following code: ```python import xautodl from xautodl.models import get_cell_based_tiny_net config = api.get_net_config(15620, 'cifar10') network = get_cell_based_tiny_net(config) # Load the pre-trained weights:...

@cwjwudi Hi, one of the PR opened by @NickKok is related to `ray` . You could check this [deepworlds example](https://github.com/eellak-gsoc2021/deepbots-stable/tree/dev/examples/khr-3hv#khr-3hv-robot-supervisor-tutorial) to see if it helps.

@tsampazk Thank you! Since it is mainly used for robotic control task in gym, I think I can make an deepworlds example with panda for GoalEnv demo.

> As a general comment, i think we should also look into how the new GoalEnv classes interact with the emitter/receiver classes. Right now emitter/receiver classes seem to not have...

@tsampazk I have made an example in deepworlds to demo GoalEnv with Panda. Check [this PR](https://github.com/aidudezzz/deepworlds/pull/52). Also, I have updated this GoalEnv PR for those we have discussed about. Thank...

@tsampazk Yes, I will spend some time to look into GoalEnv.

@ManosMagnus @tsampazk At the end of last year, [GoalEnv has been removed from Gym](https://github.com/openai/gym/pull/2516). I think there are two alternative solutions: 1. Deepbots can still inherit GoalEnv by `pip install...

> @KelvinYang0320 is this actually needed for the panda example? Or any other current example? I think GoalEnv is quite useful for our robotic tasks as I mentioned [here](https://github.com/aidudezzz/deepbots/pull/103#issue-1074446897). I...

@tsampazk I agree to put this on hold. 👌 Check this https://github.com/openai/gym/issues/2456 about the robotics environments. > My goal is to make all the environments inside Gym itself good general...