9000ad931722064fb2efe38649389a5154538ce4,examples/quickstart.py,,,#,22

Before Change


runner = Runner(agent=agent, environment=environment)

// Start the runner
runner.run(num_episodes=500, max_episode_timesteps=200)
runner.close()

After Change




os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
tf.logging.set_verbosity(v=tf.logging.ERROR)


def main():
    // Create an OpenAI-Gym environment
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: reinforceio/tensorforce
Commit Name: 9000ad931722064fb2efe38649389a5154538ce4
Time: 2019-02-13
Author: alexkuhnle@t-online.de
File Name: examples/quickstart.py
Class Name:
Method Name:


Project Name: tensorflow/models
Commit Name: 191d99a7f9fc58a7aeb0ef2c2c0a7bf8df3c39fc
Time: 2018-05-29
Author: 36285763+yhliang2018@users.noreply.github.com
File Name: official/boosted_trees/data_download.py
Class Name:
Method Name:


Project Name: tensorflow/models
Commit Name: 023fc2b2ceadf8863396c6fdb04d755362c99de7
Time: 2018-05-24
Author: 36285763+yhliang2018@users.noreply.github.com
File Name: official/recommendation/data_download.py
Class Name:
Method Name: