File size: 597 Bytes
079c32c
 
 
 
 
 
1
2
3
4
5
6
7
from .lunarlander_dqn_config import lunarlander_dqn_config, lunarlander_dqn_create_config
from .lunarlander_gail_dqn_config import lunarlander_dqn_gail_create_config, lunarlander_dqn_gail_config
from .lunarlander_dqfd_config import lunarlander_dqfd_config, lunarlander_dqfd_create_config
from .lunarlander_qrdqn_config import lunarlander_qrdqn_config, lunarlander_qrdqn_create_config
from .lunarlander_trex_dqn_config import lunarlander_trex_dqn_config, lunarlander_trex_dqn_create_config
from .lunarlander_trex_offppo_config import lunarlander_trex_ppo_config, lunarlander_trex_ppo_create_config