ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

Flexible parameter setting

Open zhumingpassional opened this issue 3 years ago • 0 comments

We will try to provide flexible parameter setting for users. We will use classes to replace dict in parameter setting. For example, ConfigPPO is a class, which inherits from a base class named as ConfigBase, and is in the file ConfigPPO.py. It contains all params of PPO, and users can set params in the file.

Does anyone have good ideas for the parameter setting?

zhumingpassional avatar Jun 07 '22 07:06 zhumingpassional