Giter Site home page Giter Site logo

grac's People

Contributors

yifan-you-37 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

grac's Issues

Stabilizing Learning

Hi, thank you for writing this paper and open sourcing this code!
I really like the part where we can "get rid of the target network".

I'm trying to reproduce the paper's result with my own implementation and I have few questions

  1. Learning is often stable but in one or two seeds that I am using, the return plummets to 0 (pretty much breaking the Q-function from what I am seeing). My implementation currently does not have any scheduling for alpha and learning rate. From your experience, how important is that?

  2. Looking at the hyperparameters table from the paper, The CEM loss weight is somewhat arbitrary. Can you please give me some insight on these values? I also noticed that the actor is slightly smaller in learning rate, does 3e-4 hinder the agent from training well?

Thanks again and this paper is very interesting :)

Given example does not run

Hi,

Thanks for open-souring the code. I am trying to play around with the code. But it seems the GRAC class in grac.py misses some keyword arguments. And I couldn't run the given example.

Traceback (most recent call last):
  File "main.py", line 122, in <module>
    policy = GRAC.GRAC(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'no_critic_cem'
Traceback (most recent call last):
  File "main.py", line 122, in <module>
    policy = GRAC.GRAC(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'policy_noise'

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.