NerveNet icon indicating copy to clipboard operation
NerveNet copied to clipboard

Results 3 NerveNet issues
Sort by recently updated
recently updated
newest added

Hi, I have installed gym_extensions and all the tests in the gym_extensions package work. However while I attempt to run the same environment in the original code with `python main.py...

when I use `learner_env.render()` in main function to see the visualized result, it will get this bug. ValueError: 'torso_1' is not in list . I think it may lack of...

Environment : Windows, tf1.2.1-cpu, python 3.6.2, mujoco1.3 ValueError: Shape must be rank 2 but is rank 4 for 'MLP_embedding_node_type_root/layer_0/MatMul' (op: 'MatMul') with input shapes: [?,5], [0,1075052544,0,1077936128]. When I use **NerveNet**...