Code Monkey home page Code Monkey logo

Comments (7)

nkrgit avatar nkrgit commented on June 8, 2024

from fleet-scheduling-using-maddpg-multi-agent-rl.

nkrgit avatar nkrgit commented on June 8, 2024

Made changes to the above file please use the updated file

from fleet-scheduling-using-maddpg-multi-agent-rl.

xfyecn avatar xfyecn commented on June 8, 2024

Hi K Naga Kiran Reddy,

Thank you so much for quick responce. That issue has been fixed. Another error arises:

Input In [83], in <cell line: 28>()
26 # action space is a list of arrays, assume each agent has same action space
27 n_actions = 5
---> 28 maddpg_agents = Grid_MADDPG(actor_dims, critic_dims, n_agents, n_actions,
29 fc1=64, fc2=64,
30 alpha=0.01, beta=0.01,
31 chkpt_dir='tmp/maddpg_grid/')
33 memory = MultiAgentReplayBuffer(10000, critic_dims, actor_dims,
34 n_actions, n_agents, batch_size=64)
36 total_episodes = 500

TypeError: init() got an unexpected keyword argument 'chkpt_dir'

$mkdir -p tmp/maddpg_grid/ && mkdir /tmp/maddpg_grid/
It doesn't work.


Xianfeng

from fleet-scheduling-using-maddpg-multi-agent-rl.

nkrgit avatar nkrgit commented on June 8, 2024

from fleet-scheduling-using-maddpg-multi-agent-rl.

nkrgit avatar nkrgit commented on June 8, 2024

I hope everything's alright now!!

from fleet-scheduling-using-maddpg-multi-agent-rl.

xfyecn avatar xfyecn commented on June 8, 2024

Hi K Naga Kiran Reddy,
It works. Thank you so so so much!

Sincerely,
Xianfeng

from fleet-scheduling-using-maddpg-multi-agent-rl.

nkrgit avatar nkrgit commented on June 8, 2024

from fleet-scheduling-using-maddpg-multi-agent-rl.

Related Issues (1)

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.