Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DQN replaybuffer missing #9

Closed
LLjiko opened this issue Mar 18, 2024 · 5 comments
Closed

DQN replaybuffer missing #9

LLjiko opened this issue Mar 18, 2024 · 5 comments

Comments

@LLjiko
Copy link

LLjiko commented Mar 18, 2024

hello Bro,I really appreciate the code you provided. But I cant find the replaybuffer of DQN. The mistake comes from " from stable_baselines3.common.buffers import ReplayBuffer". It seems no such file in your project.

@tztsai
Copy link
Owner

tztsai commented Mar 22, 2024

That's a third party library for reinforcement learning. You need to install it using pip install stable-baselines3.

@LLjiko
Copy link
Author

LLjiko commented Mar 26, 2024

Ok.Thanks

@nourelhouda1997
Copy link

hi sir , i don't know how to open train.sh can you provide more information for me.
thanks

@LLjiko
Copy link
Author

LLjiko commented Mar 26, 2024

You can use the command line and input train.sh in the dictionary of the project. Or you can input python train.py --algorithm_name mappo --experiment_name check1 --scenario RANDOM --accelerate 1200 --seed 1 --n_training_threads 4 --n_rollout_threads 42 --num_mini_batch 1 --num_env_steps 1512000 --ppo_epoch 10 --gain 0.01 --gamma 0.99 --lr 5e-4 --critic_lr 5e-4 --value_loss_coef 1 --log_level NOTICE --log_interval 1 --w_qos 4 --w_xqos 0.005 in the dictionary of the project.

@nourelhouda1997
Copy link

i don't understand sorry can you give more you know this my first time in this work and i'm traying to learn so please help me

@tztsai tztsai closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants