-
**Describe the bug**
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
~\AppData\Local\Temp/ipy…
-
Getting this error...is this my mistake or do some agents only support a single action?
ValueError: Only a single action is supported by this network
In call to configurable 'CriticNetwork' ()
…
-
**Describe the bug**
Run into an assertionError in `Elegantrl-0.3.3-py3.9.egg`-->`config.py`
assert hasattr(self.agent, 'init')
AssertionError
**Error message**
```
File "/home/FinRL/FinRL-Lib…
-
Hello! When running the iddpg algorithm in the MAMujoco environment, the memory keeps increasing. Finally, when the memory is full, an error will be reported and stopped. But when I run the mappo alg…
-
I wrote a custom environment following your examples. When running training, sometimes the code will get stuck at env.step(action). From the keyboard interrupt, it seems like an issue with the zmq soc…
-
在跑四轴飞行器的project时如果把render设为true出现AttributeError: 'ColorVisuals' object has no attribute 'crc',有人知道该怎么解决吗,谢谢!
-
When running:
df_summary = ensemble_agent.run_ensemble_strategy(A2C_model_kwargs,
PPO_model_kwargs,
…
-
There is an error when I try to excute the train function in Demo_MultiCrypto_Trading.ipynb
AttributeError: 'AgentPPO' object has no attribute 'traj_list'
![image](https://user-images.githubuserco…
-
Hello, the MLP_DDPG in the paper and program is not the standard DDPG. I would like to ask if there is any result of the standard DDPG algorithm, that is, the DDPG algorithm in which the state and act…
-
**Describe the bug**
A clear and concise description of what the bug is.
When running the ensemble trading strategy, the code raises a ValueError: "If using all scalar values, you must pass an index…