Skip to content

Commit

Permalink
fix(lxy): fix import path error in lunarlander (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
karroyan authored Jun 14, 2022
1 parent f7d9312 commit c901a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dizoo/box2d/lunarlander/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .lunarlander_dqn_config import lunarlander_dqn_config, lunarlander_dqn_create_config
from .lunarlander_dqn_gail_config import lunarlander_dqn_gail_create_config, lunarlander_dqn_gail_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
Expand Down

0 comments on commit c901a00

Please sign in to comment.