Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

I Want to use DQN

Discussion in 'ML-Agents' started by vfgtr8746, Aug 10, 2020.

  1. vfgtr8746

    vfgtr8746

    Joined:
    Jul 16, 2019
    Posts:
    6
    Hello, I am an undergraduate research student who is using Unity ML Agent to study reinforcement learning.

    I need to use DQN in ML Agent.
    Therefore, I searched a lot on Google.
    However, Google's results show that we are having a hard time designing the algorithm because we do not have the latest version of the code.
    Is there any code that can use DQN in the latest version?
    If not, is there a way to create a Unity environment in the latest version, build it, and run it through Python?

    I need to use DQN in ML Agent.
    Therefore, I searched a lot on Google.
    However, Google's results show that we are having a hard time designing the algorithm because we do not have the latest version of the code.
    Is there any code that can use DQN in the latest version?
    If not, is there a way to create a Unity environment in the latest version, build it, and run it through Python?
    I tried to learn using Python using the documentation on github, but there is a problem that the learning does not proceed, so please contact us.
     
  2. vfgtr8746

    vfgtr8746

    Joined:
    Jul 16, 2019
    Posts:
    6
    I Found a Configuration File.

    network_settings:
    normalize: false
    hidden_units: 256
    num_layers: 1
    vis_encode_type: simple

    Is it right to be able to use DQN with this?
     
  3. seboz123

    seboz123

    Joined:
    Mar 7, 2020
    Posts:
    24
    ademord likes this.