Skip to content

Commit

Permalink
[Minor] revert the relative import for read the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbhua committed Nov 10, 2023
1 parent 9f33cae commit 7a45e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl4co/envs/routing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from rl4co.envs.routing.op import OPEnv
from rl4co.envs.routing.pctsp import PCTSPEnv
from rl4co.envs.routing.pdp import PDPEnv
from .sdvrp import SDVRPEnv
from rl4co.envs.routing.sdvrp import SDVRPEnv
from rl4co.envs.routing.spctsp import SPCTSPEnv
from rl4co.envs.routing.tsp import TSPEnv

0 comments on commit 7a45e46

Please sign in to comment.