Giter VIP home page Giter VIP logo

Comments (1)

NikuKikai avatar NikuKikai commented on July 28, 2024

关于网络

强化学习的最普遍的结构 Actor Critic,可以参考A3C的原论文以及OpenAI的Baselines里的实现。
这里的subnet是Actor网络和Critic网络共享的部分,输入通过subnet后再分别输入Actor和Critc,意思是subnet对输入抽象之后再分别用来算Action和Value。当然对于这种简单的问题,直接A和C两个网络也完全没问题。

place_len ?

我这里是把道路离散化了。训练会比较容易。

每place_len=7.5m 长度作为一个place,整条道路的状态就是若干个place构成的一个向量。
每个位的值表示每个place里面有多少车(当然可以是小数

其他

另外我不太记得github上的这个程序是不是真的能学的了,后面做的都没有上传。
还有就是这个太早了,用的tensorflow1.4,用现在的tensorflow2的keras写应该会清晰很多。

from rl-on-sumo.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.