graphenv
0.2.6
Background
graph-env
Hallway Example
Hallway Environment Example
The hallway problem as graphenv problem
HallwayEnv Demo
Running
GraphEnv
with
ray.tune
TSP Example
Traveling Salesperson Problem (TSP) Environment
TSPState
TSPModel
TSPEnv Demo
Policy Training
TSP Environment Rendering
Beam Search
Running TSP on AWS
API reference
graphenv
graphenv
»
Index
Index
A
|
B
|
C
|
F
|
G
|
H
|
I
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
A
action_space (GraphEnv attribute)
B
BaseHallwayModel (class in graphenv.examples.hallway.hallway_model)
BaseTSPModel (class in graphenv.examples.tsp.tsp_model)
C
calc_greedy_dist() (in module graphenv.examples.tsp.graph_utils)
children (Vertex property)
F
forward() (GraphModel method)
forward_vertex() (BaseHallwayModel method)
(BaseTSPModel method)
(GraphModel method)
(TorchHallwayModel method)
G
graphenv
module
GraphEnv (class in graphenv.graph_env)
graphenv.examples
module
graphenv.examples.hallway
module
graphenv.examples.hallway.hallway_model
module
graphenv.examples.hallway.hallway_model_torch
module
graphenv.examples.hallway.hallway_state
module
graphenv.examples.tsp
module
graphenv.examples.tsp.graph_utils
module
graphenv.examples.tsp.tsp_model
module
graphenv.examples.tsp.tsp_state
module
graphenv.graph_env
module
graphenv.graph_model
module
graphenv.graph_model_bellman_mixin
module
graphenv.vertex
module
GraphModel (class in graphenv.graph_model)
GraphModelBellmanMixin (class in graphenv.graph_model_bellman_mixin)
H
HallwayModel (class in graphenv.examples.hallway.hallway_model)
HallwayQModel (class in graphenv.examples.hallway.hallway_model)
HallwayState (class in graphenv.examples.hallway.hallway_state)
I
info (HallwayState property)
(TSPState property)
(Vertex property)
M
make_complete_planar_graph() (in module graphenv.examples.tsp.graph_utils)
make_observation() (GraphEnv method)
max_num_children (GraphEnv attribute)
module
graphenv
graphenv.examples
graphenv.examples.hallway
graphenv.examples.hallway.hallway_model
graphenv.examples.hallway.hallway_model_torch
graphenv.examples.hallway.hallway_state
graphenv.examples.tsp
graphenv.examples.tsp.graph_utils
graphenv.examples.tsp.tsp_model
graphenv.examples.tsp.tsp_state
graphenv.graph_env
graphenv.graph_model
graphenv.graph_model_bellman_mixin
graphenv.vertex
N
new() (HallwayState method)
(TSPState method)
O
observation (Vertex property)
observation_space (GraphEnv attribute)
(HallwayState property)
(TSPState property)
(Vertex property)
P
plot_network() (in module graphenv.examples.tsp.graph_utils)
R
random_tsp() (in module graphenv.examples.tsp.graph_utils)
render() (GraphEnv method)
(TSPState method)
(Vertex method)
reset() (GraphEnv method)
reward (HallwayState property)
(TSPState property)
(Vertex property)
root (HallwayState property)
(TSPState property)
(Vertex property)
S
state (GraphEnv attribute)
step() (GraphEnv method)
T
terminal (Vertex property)
TorchGraphModel (class in graphenv.graph_model)
TorchHallwayModel (class in graphenv.examples.hallway.hallway_model_torch)
TorchHallwayQModel (class in graphenv.examples.hallway.hallway_model_torch)
TSPModel (class in graphenv.examples.tsp.tsp_model)
TSPQModel (class in graphenv.examples.tsp.tsp_model)
TSPQModelBellman (class in graphenv.examples.tsp.tsp_model)
TSPState (class in graphenv.examples.tsp.tsp_state)
V
value_function() (GraphModel method)
Vertex (class in graphenv.vertex)