70db49e384a4966d1d3622a1d41d8f4b2d2b53e7,examples/pendulum_a2c.py,,experiment,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,43

Before Change


        R = np.mean(compute_J(dataset))
        E = agent.policy.entropy()

        tqdm.write("END OF EPOCH " + str(it))
        tqdm.write("J: {}, R: {}, entropy: {}".format(J, R, E))
        tqdm.write("////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////")

    print("Press a button to visualize")
    input()

After Change


        R = np.mean(compute_J(dataset))
        E = agent.policy.entropy()

        logger.epoch_info(it+1, J=J, R=R, entropy=E)

    logger.info("Press a button to visualize")
    input()
    core.evaluate(n_episodes=5, render=True)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: AIRLab-POLIMI/mushroom
Commit Name: 70db49e384a4966d1d3622a1d41d8f4b2d2b53e7
Time: 2021-02-01
Author: boris.ilpossente@hotmail.it
File Name: examples/pendulum_a2c.py
Class Name:
Method Name: experiment


Project Name: AIRLab-POLIMI/mushroom
Commit Name: a5c5f8a1db4c3ce5d59386a136a6231a1fc3a542
Time: 2020-12-22
Author: boris.ilpossente@hotmail.it
File Name: examples/pendulum_trust_region.py
Class Name:
Method Name: experiment


Project Name: AIRLab-POLIMI/mushroom
Commit Name: 70db49e384a4966d1d3622a1d41d8f4b2d2b53e7
Time: 2021-02-01
Author: boris.ilpossente@hotmail.it
File Name: examples/pendulum_a2c.py
Class Name:
Method Name: experiment


Project Name: AIRLab-POLIMI/mushroom
Commit Name: 70db49e384a4966d1d3622a1d41d8f4b2d2b53e7
Time: 2021-02-01
Author: boris.ilpossente@hotmail.it
File Name: examples/acrobot_a2c.py
Class Name:
Method Name: experiment