Giter Club home page Giter Club logo

ma-seek's People

Contributors

1391819 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ma-seek's Issues

Some Recommendations

The documentation on this is great! I appreciate putting the work into this. I am looking to reproduce the experiments you did. It would be great if you included what versions of python dependencies you are using.

I believe these are the third party modules you are using based on looking at your source code:

  • tensorflow
  • keras
  • numpy
  • gym
  • pygame

In the README, I would recommend adding a section on installation and usage

Some Other Recommendations / Suggestions

Generally, src shouldn't be used to store source code: https://docs.python-guide.org/writing/structure/
You could have a package called ma_seek and a setup.py to allow one to pip install -e ma_seek.
main.py
This would allow you to write imports like this:

...
from ma_seek import PATH
from ma_seek.maenv import MASeek
from ma_seek.drqn import DRQN
from ma_seek.replay_buffer import ReplayBuffer
...

Instead of hardcoding configuration in main.py, you can take advantage of hydra for configuration management.
See https://hydra.cc/docs/intro/

Error in update_tragets

I am getting an error while running main.py .

AttributeError: '_UserObject' object has no attribute 'get_weights'

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.