-
环境: Colab, Elegantrl
Model: 测试过SAC, ModSAC, TD3 都报下面相同错误
Issue: __init__() takes 4 positional arguments but 5 were given
31 trained_model = agent.train_model(model=model,
32 …
-
Hi,I'm very interested in your project and try to test the agent according to your README. And I encounter a few confusing problems.
1、After I run the `make_submission_file.py` directly using the fol…
-
Hello, I am trying to get the example work in Windows 10. Here is an error which I encountered.
```
Traceback (most recent call last):
File "train_mineral_shards.py", line 302, in
main()…
-
I have install as requirement.txt. But I still get some errors.
Traceback (most recent call last):
File "E:/xx/Bicnet/rl-battle-master/train.py", line 1, in
from Environment import Environ…
-
I'm looking for a sample I could use to train some game agents/enemies.
So the enemies have the ability to move, dodge roll, melee attack and fireball attack.
During the learning process, 2 enemies…
-
When I run the following code, I find that although I can train normally, the visualization part always fails to work (black screen is displayed). It seems to be the problem of ```self.env.unwrapped.v…
swb19 updated
2 years ago
-
### What happened + What you expected to happen
I am trying to run Ape-X following the example [here](https://github.com/ray-project/ray/issues/18034) for the [Wordcraft environemnt](https://github.c…
-
---> 5 from elegantrl.train.run import Arguments
6 from numpy import random as rd
7
ImportError: cannot import name 'Arguments' from 'elegantrl.train.run' (/usr/local/lib/python3.8/d…
-
When I run the configuration file:
evaluate
configs/HighwayEnv/env.json
configs/HighwayEnv/agents/MCTSWithPriorPolicyAgent/vi_prior.json
--train
--episodes=20
How to deal with such errors?
”Mod…
-
So our DQN training is exceptionally slow. Currently my projection for 10,000 episodes is 550 days, and thats only testing for a sample size of 50 episodes. Later in the training we should be reaching…