graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "[tf_agents/agents/sac/sac_agent.py]" -- "[tf_agents/agents/behavioral_cloning/behavioral_cloning_agent.py]" [label=" 8 ", penwidth="8", color="#00688bDB"]; "[tf_agents/agents/tf_agent.py]" -- "[tf_agents/agents/behavioral_cloning/behavioral_cloning_agent.py]" [label=" 8 ", penwidth="8", color="#00688bDB"]; "[tf_agents/agents/tf_agent.py]" -- "[tf_agents/agents/sac/sac_agent.py]" [label=" 8 ", penwidth="8", color="#00688bDB"]; "[tf_agents/agents/tf_agent.py]" -- "[tf_agents/networks/network.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/distributions/utils.py]" -- "[tf_agents/networks/network.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/distributions/utils.py]" -- "[tf_agents/agents/tf_agent.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/bandits/agents/greedy_reward_prediction_agent.py]" -- "[tf_agents/bandits/agents/greedy_multi_objective_neural_agent.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/policies/py_policy.py]" -- "[tf_agents/policies/actor_policy.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/policies/random_py_policy.py]" -- "[tf_agents/policies/actor_policy.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/policies/random_py_policy.py]" -- "[tf_agents/policies/py_policy.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/policies/tf_policy.py]" -- "[tf_agents/policies/actor_policy.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/policies/tf_policy.py]" -- "[tf_agents/policies/py_policy.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/policies/tf_policy.py]" -- "[tf_agents/policies/random_py_policy.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[tf_agents/replay_buffers/reverb_utils.py]" -- "[tf_agents/replay_buffers/reverb_replay_buffer.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/greedy_multi_objective_neural_agent.py]" -- "[tf_agents/bandits/agents/exp3_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/greedy_reward_prediction_agent.py]" -- "[tf_agents/bandits/agents/exp3_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/linear_bandit_agent.py]" -- "[tf_agents/bandits/agents/exp3_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/linear_bandit_agent.py]" -- "[tf_agents/bandits/agents/greedy_multi_objective_neural_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/linear_bandit_agent.py]" -- "[tf_agents/bandits/agents/greedy_reward_prediction_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/neural_linucb_agent.py]" -- "[tf_agents/bandits/agents/exp3_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/neural_linucb_agent.py]" -- "[tf_agents/bandits/agents/greedy_multi_objective_neural_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/neural_linucb_agent.py]" -- "[tf_agents/bandits/agents/greedy_reward_prediction_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/bandits/agents/neural_linucb_agent.py]" -- "[tf_agents/bandits/agents/linear_bandit_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/actor_policy.py]" -- "[tf_agents/networks/network.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/actor_policy.py]" -- "[tf_agents/agents/tf_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/actor_policy.py]" -- "[tf_agents/distributions/utils.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/py_policy.py]" -- "[tf_agents/networks/network.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/py_policy.py]" -- "[tf_agents/agents/tf_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/py_policy.py]" -- "[tf_agents/distributions/utils.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/random_py_policy.py]" -- "[tf_agents/networks/network.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/random_py_policy.py]" -- "[tf_agents/agents/tf_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/random_py_policy.py]" -- "[tf_agents/distributions/utils.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/tf_policy.py]" -- "[tf_agents/networks/network.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/tf_policy.py]" -- "[tf_agents/agents/tf_agent.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/policies/tf_policy.py]" -- "[tf_agents/distributions/utils.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[tf_agents/agents/behavioral_cloning/behavioral_cloning_agent.py]" -- "[tf_agents/agents/ppo/ppo_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/agents/dqn/dqn_agent.py]" -- "[tf_agents/agents/behavioral_cloning/behavioral_cloning_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/agents/dqn/dqn_agent.py]" -- "[tf_agents/agents/categorical_dqn/categorical_dqn_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/agents/ppo/ppo_clip_agent.py]" -- "[tf_agents/agents/ppo/ppo_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/agents/sac/sac_agent.py]" -- "[tf_agents/agents/ppo/ppo_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/agents/td3/td3_agent.py]" -- "[tf_agents/agents/behavioral_cloning/behavioral_cloning_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/agents/tf_agent.py]" -- "[tf_agents/agents/ppo/ppo_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/bandits/policies/neural_linucb_policy.py]" -- "[tf_agents/bandits/policies/linear_bandit_policy.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/bandits/agents/mixture_agent.py]" -- "[tf_agents/bandits/agents/exp3_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/bandits/agents/mixture_agent.py]" -- "[tf_agents/bandits/agents/greedy_multi_objective_neural_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/bandits/agents/mixture_agent.py]" -- "[tf_agents/bandits/agents/greedy_reward_prediction_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/bandits/agents/mixture_agent.py]" -- "[tf_agents/bandits/agents/linear_bandit_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/bandits/agents/neural_linucb_agent.py]" -- "[tf_agents/bandits/agents/mixture_agent.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/policies/random_tf_policy.py]" -- "[tf_agents/policies/epsilon_greedy_policy.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[tf_agents/train/utils/replay_buffer_utils.py]" -- "[tf_agents/replay_buffers/reverb_replay_buffer.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; }