Skip to content

issues Search Results · repo:ChenglongChen/pytorch-DRL language:Python

Filter by

7 results
 (54 ms)

7 results

inChenglongChen/pytorch-DRL (press backspace or delete to remove)

A little confused about your implementation of MAA2C. I don t think the input of the actor network is simply the ``joint state of the agents. According to [1] the critic s input should be state of the ...
  • rezunli96
  • Opened 
    on Mar 10, 2019
  • #5

In the ACKTR.pg, a KFACOptimizer is imported. But no source file is found
  • songanz
  • 1
  • Opened 
    on Oct 23, 2018
  • #4

In your implementation of Critic, you feed the network of the observation and action and output 1-dim value. Can I make the inference that It is Q(s,a) ? But the advantage you given is values = self.critic_target(states_var, ...
  • mjbmjb
  • Opened 
    on May 24, 2018
  • #3

https://github.com/ChenglongChen/pytorch-madrl/blob/44b8f082ffb054c6dabead8971b66a7be4c1f9ff/A2C.py#L56 should add one more line: self.critic.cuda(). Also could you provide some example for running the ...
  • hli2020
  • Opened 
    on Mar 21, 2018
  • #2

Hi, What is the license? Hugh
  • hughperkins
  • 3
  • Opened 
    on Nov 5, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub