Giter VIP home page Giter VIP logo

Comments (8)

shariqiqbal2810 avatar shariqiqbal2810 commented on July 28, 2024

Do your package versions match the ones listed in the README?

from maac.

SHYang1210 avatar SHYang1210 commented on July 28, 2024

My pytorch is 0.4.0 and python is 3.6.1. The rest of the requirements are installed through PIP. I also feel that there is a problem with the version. Is it possible that my gym is the latest version installed directly by PIP?

from maac.

shariqiqbal2810 avatar shariqiqbal2810 commented on July 28, 2024

Yeah if you run pip install gym it will install the most recent version by default. Try pip install gym==0.9.4

from maac.

shariqiqbal2810 avatar shariqiqbal2810 commented on July 28, 2024

I've never tested simple_crypto.py, so I am not sure what the problem is there. It's possible that I broke something in that environment when making the modifications that I did.

What parts of main.py do you not understand? You need to pass in the name of the environment and a name for your saved model and all other parameters are optional. For example, this would run the multi_speaker_listener environment and save the model with the name "test" for 25000 episodes (with all other parameters at their defaults).

python main.py multi_speaker_listener test --n_episodes 25000

from maac.

SHYang1210 avatar SHYang1210 commented on July 28, 2024

I used the command you gave me to appear in the console of pycharm: Episodes number-number of number form. Models folder will have a multi_speaker_listener folder.

from maac.

shariqiqbal2810 avatar shariqiqbal2810 commented on July 28, 2024

It sounds like you have it running properly!

from maac.

shariqiqbal2810 avatar shariqiqbal2810 commented on July 28, 2024

Yeah it doesn't render the environment during training since that would slow things down significantly. After training, you can load the saved model (I provide a method on the model class to load from a saved file) and render the environment to see how it's doing.

from maac.

shariqiqbal2810 avatar shariqiqbal2810 commented on July 28, 2024

I am going to go ahead and close this issue, since issues are generally created for reporting bugs in the code. My advice to you would be to read the code carefully, and it should answer most of your questions.

from maac.

Related Issues (20)

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.