ed6df5ff0ecf315d0c7952e1333c29debee251b7,mushroom_rl/environments/pybullet_envs/ball_rolling.py,,,#,119

Before Change


    agent = DummyAgent(mdp.info.action_space.shape[0])

    core = Core(agent, mdp)
    mdp.reset()

    core.evaluate(n_episodes=3, render=True)

After Change


    print("mdp_info state shape", mdp.info.observation_space.shape)
    print("actual state shape", dataset[0][0].shape)
    print("mdp_info action shape", mdp.info.action_space.shape)
    print("actual action shape", dataset[0][1].shape)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: AIRLab-POLIMI/mushroom
Commit Name: ed6df5ff0ecf315d0c7952e1333c29debee251b7
Time: 2020-03-24
Author: boris.ilpossente@hotmail.it
File Name: mushroom_rl/environments/pybullet_envs/ball_rolling.py
Class Name:
Method Name:


Project Name: oval-group/logger
Commit Name: 6644369db2fe27dad2c0c88388b861aafb1baafd
Time: 2017-11-06
Author: leonardbj@hotmail.fr
File Name: examples/example.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: 36a963ee1611081ab3d442040573ffc877aa13cb
Time: 2019-04-11
Author: bodo.rueckauer@intel.com
File Name: snntoolbox/simulation/target_simulators/loihi_target_sim.py
Class Name: SNN
Method Name: reset


Project Name: flow-project/flow
Commit Name: 75028b69a20261c44081f807a4a18d6d4bcb2929
Time: 2017-02-21
Author: dicksteinleah@gmail.com
File Name: cistar-dev/build-tester.py
Class Name:
Method Name: