DI-engine
latest

User Guide

  • Installation
  • Quick Start
  • Key Concept
  • Introduction to RL
  • Hands on RL
  • Best Practice
  • API Doc
    • Config
    • Env
    • Policy
    • Model
    • Reward Model
    • League
    • Learner
    • Collector
    • Buffer
    • Coordinator
    • RL Utils
    • Torch Utils
    • Utils
    • Interaction
      • interaction.base
      • interaction.master
      • interaction.slave
      • interaction.exception
        • interaction.exception.base
        • interaction.exception.master
        • interaction.exception.slave
  • FAQ
  • Feature

Developer Guide

  • Developer Guide
  • Tutorial-Developer
  • Architecture Design
DI-engine
  • »
  • API Doc »
  • Interaction »
  • interaction.exception
  • Edit on GitHub

interaction.exceptionΒΆ

  • interaction.exception.base
    • _IResponseInformation
    • ResponseException
  • interaction.exception.master
    • MasterErrorCode
    • MasterResponseException
    • MasterSuccess
    • MasterSystemShuttingDown
    • MasterChannelNotGiven
    • MasterChannelInvalid
    • MasterMasterTokenNotGiven
    • MasterMasterTokenInvalid
    • MasterSelfTokenNotGiven
    • MasterSelfTokenInvalid
    • MasterSlaveTokenNotGiven
    • MasterSlaveTokenInvalid
    • MasterTaskDataInvalid
    • get_master_exception_class_by_error_code
    • get_master_exception_by_error
  • interaction.exception.slave
    • SlaveErrorCode
    • SlaveResponseException
    • SlaveSuccess
    • SlaveSystemShuttingDown
    • SlaveChannelNotFound
    • SlaveChannelInvalid
    • SlaveMasterTokenNotFound
    • SlaveMasterTokenInvalid
    • SlaveSelfTokenNotFound
    • SlaveSelfTokenInvalid
    • SlaveSlaveAlreadyConnected
    • SlaveSlaveNotConnected
    • SlaveSlaveConnectionRefused
    • SlaveSlaveDisconnectionRefused
    • SlaveTaskAlreadyExist
    • SlaveTaskRefused
    • get_slave_exception_class_by_error_code
    • get_slave_exception_by_error
Next Previous

© Copyright 2021, OpenDILab Contributors. Revision ce42f771.

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