COGNAC
  • cognac
COGNAC
  • cognac
  • View page source

cognac

  • cognac package
    • Subpackages
      • cognac.core package
        • Submodules
        • cognac.core.BaseEnv module
        • cognac.core.BaseReward module
        • Module contents
      • cognac.env package
        • Subpackages
        • Module contents
      • cognac.utils package
        • Submodules
        • cognac.utils.graph_utils module
        • cognac.utils.visualization module
        • Module contents
    • Submodules
    • cognac.centralized_dql module
      • CentralizedDQNAgent
        • CentralizedDQNAgent.select_action()
        • CentralizedDQNAgent.store_experience()
        • CentralizedDQNAgent.train()
      • DeepQNetwork
        • DeepQNetwork.forward()
    • cognac.centralized_qlearning module
      • CentralizedQLearningAgent
        • CentralizedQLearningAgent.get_action_index()
        • CentralizedQLearningAgent.get_state_index()
        • CentralizedQLearningAgent.select_action()
        • CentralizedQLearningAgent.update_q_table()
    • cognac.decentralized_reinforce module
      • PolicyNetwork
        • PolicyNetwork.forward()
      • REINFORCEAgent
        • REINFORCEAgent.select_action()
        • REINFORCEAgent.store_transition()
        • REINFORCEAgent.update_policy()
      • decentralized_reinforce()
    • cognac.idql module
      • IndependentQLearningAgents
        • IndependentQLearningAgents.select_action()
        • IndependentQLearningAgents.test()
        • IndependentQLearningAgents.test_all()
        • IndependentQLearningAgents.train()
        • IndependentQLearningAgents.update_q_table()
      • encode_state()
    • cognac.reinforce module
      • PolicyNetwork
        • PolicyNetwork.forward()
      • REINFORCEAgent
        • REINFORCEAgent.select_action()
        • REINFORCEAgent.store_transition()
        • REINFORCEAgent.update_policy()
    • Module contents

© Copyright 2025, Jules Sintes.

Built with Sphinx using a theme provided by Read the Docs.