Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashedwards/ILPO
/ functions
Functions
144 in github.com/ashedwards/ILPO
⨍
Functions
144
◇
Types & classes
15
↓ 51 callers
Method
run
Runs training method.
models/bc.py:78
↓ 37 callers
Function
lrelu
(x, a)
models/utils.py:89
↓ 31 callers
Function
fully_connected
(inputs, n_outputs, reuse=False, scope=None)
models/utils.py:78
↓ 15 callers
Method
process_inputs
Processes the inputs used for the BC policy.
models/bc.py:27
↓ 12 callers
Method
create_model
Initializes BC model and losses.
models/bc.py:50
↓ 9 callers
Function
deprocess
(image)
models/utils.py:107
↓ 8 callers
Function
conv
(batch_input, out_channels, stride)
models/utils.py:113
↓ 8 callers
Function
preprocess
(image)
models/utils.py:101
↓ 6 callers
Function
deconv
(batch_input, out_channels)
models/utils.py:125
↓ 4 callers
Method
create_encoder
Creates an encoding of the state.
models/bc.py:12
↓ 2 callers
Method
P
Returns the next_state probabilities for a state.
models/image_policy.py:130
↓ 2 callers
Method
create_encoder
Creates an encoding of the state.
models/bco.py:12
↓ 2 callers
Method
create_encoder
Creates an encoding of the state.
models/ilpo.py:12
↓ 2 callers
Method
encode
Runs an encoding on a state.
models/bco.py:32
↓ 2 callers
Function
getdata
(name)
results/plot_cartpole.py:13
↓ 2 callers
Function
getdata
(name)
results/plot_acrobot.py:13
↓ 2 callers
Method
greedy
Returns the greedy remapped action for a state.
models/image_policy.py:135
↓ 2 callers
Method
greedy
Returns the greedy remapped action for a state.
models/image_policy_bco.py:133
↓ 2 callers
Method
greedy
Returns the greedy remapped action for a state.
models/vector_policy.py:112
↓ 2 callers
Method
greedy
Returns the greedy remapped action for a state.
models/vector_policy_bco.py:77
↓ 2 callers
Method
render
(self, obs)
models/image_policy.py:150
↓ 1 callers
Method
P
Returns the next_state probabilities for a state.
models/vector_policy.py:107
↓ 1 callers
Method
P
Returns the next_state probabilities for a state.
models/vector_policy_bc.py:32
↓ 1 callers
Method
P
Returns the next_state probabilities for a state.
models/image_policy_bc.py:32
↓ 1 callers
Method
action_remap_net
Network for remapping incorrect action labels.
models/image_policy.py:113
↓ 1 callers
Method
action_remap_net
Network for remapping incorrect action labels.
models/vector_policy.py:91
↓ 1 callers
Function
bias_variable
(shape)
models/utils.py:73
↓ 1 callers
Function
bias_variable
(shape)
models/coin_utils.py:69
↓ 1 callers
Method
create_bc
Creates the Behavioral Cloning Network.
models/bco.py:39
↓ 1 callers
Method
create_bc
Creates the Behavioral Cloning Network.
models/bc.py:32
↓ 1 callers
Method
create_generator
Creates a generator for making next state predictions.
models/ilpo.py:17
↓ 1 callers
Method
create_ilpo
Creates ILPO network.
models/ilpo.py:39
↓ 1 callers
Method
create_small_encoder
Creates state embedding.
models/image_policy_bco.py:97
↓ 1 callers
Method
eval_policy
Evaluate the policy.
models/image_policy.py:154
↓ 1 callers
Method
eval_policy
Evaluate the policy.
models/image_policy_bco.py:144
↓ 1 callers
Method
eval_policy
Evaluate the policy.
models/vector_policy.py:124
↓ 1 callers
Method
eval_policy
Evaluate the policy.
models/vector_policy_bco.py:88
↓ 1 callers
Method
eval_policy
Evaluate the policy.
models/vector_policy_bc.py:47
↓ 1 callers
Method
eval_policy
Evaluate the policy.
models/image_policy_bc.py:47
↓ 1 callers
Function
getdata
(name)
results/plot_results.py:10
↓ 1 callers
Method
greedy
Returns the greedy remapped action for a state.
models/vector_policy_bc.py:37
↓ 1 callers
Method
greedy
Returns the greedy remapped action for a state.
models/image_policy_bc.py:37
↓ 1 callers
Method
inverse_action
Find the minimum action for training.
models/image_policy_bco.py:92
↓ 1 callers
Method
inverse_action
Find the minimum action for training.
models/vector_policy_bco.py:59
↓ 1 callers
Method
load_examples
Loads in training examples.
models/bco.py:7
↓ 1 callers
Method
load_examples
Loads in training examples.
models/bc.py:7
↓ 1 callers
Method
load_examples
Loads in training examples.
models/ilpo.py:7
↓ 1 callers
Function
main
()
train_expert/enjoy_acrobot.py:15
↓ 1 callers
Function
main
()
train_expert/enjoy_cartpole.py:16
↓ 1 callers
Function
main
()
train_expert/train_cartpole.py:12
↓ 1 callers
Function
main
()
train_expert/train_acrobot.py:6
↓ 1 callers
Function
main
()
models/vector_bco.py:205
↓ 1 callers
Function
main
()
models/vector_ilpo.py:209
↓ 1 callers
Function
main
()
models/vector_bc.py:207
↓ 1 callers
Function
main
()
models/image_ilpo.py:318
↓ 1 callers
Function
main
()
models/image_bco.py:318
↓ 1 callers
Function
main
()
models/image_bc.py:257
↓ 1 callers
Method
min_action
Find the minimum action for training.
models/image_policy.py:85
↓ 1 callers
Method
min_action
Find the minimum action for training.
models/vector_policy.py:61
↓ 1 callers
Method
policy_net
Network for remapping incorrect action labels.
models/image_policy_bco.py:120
↓ 1 callers
Method
policy_net
Network for remapping incorrect action labels.
models/vector_policy_bco.py:64
↓ 1 callers
Function
process_obs
(image_file)
models/image_policy_bco.py:43
↓ 1 callers
Method
render
(self, obs)
models/image_policy_bco.py:175
↓ 1 callers
Method
run_policy
Run the policy.
models/image_policy.py:189
↓ 1 callers
Method
run_policy
Run the policy.
models/image_policy_bco.py:180
↓ 1 callers
Method
run_policy
Run the policy.
models/vector_policy.py:141
↓ 1 callers
Method
run_policy
Run the policy.
models/vector_policy_bco.py:105
↓ 1 callers
Method
run_policy
Run the policy.
models/vector_policy_bc.py:63
↓ 1 callers
Method
run_policy
Run the policy.
models/image_policy_bc.py:63
↓ 1 callers
Method
train_examples
Trains the model. TODO: Place method here.
models/bco.py:22
↓ 1 callers
Method
train_examples
Trains the model. TODO: Place method here.
models/bc.py:22
↓ 1 callers
Method
train_examples
Trains the model. TODO: Place method here.
models/ilpo.py:22
↓ 1 callers
Function
weight_variable
(shape)
models/utils.py:68
↓ 1 callers
Function
weight_variable
(shape)
models/coin_utils.py:64
Method
__init__
Initializes the ILPO policy network.
models/image_policy.py:36
Method
__init__
Initializes the ILPO policy network.
models/image_policy_bco.py:57
Method
__init__
Initializes the ILPO policy network.
models/vector_policy.py:13
Method
__init__
Initializes the ILPO policy network.
models/vector_policy_bco.py:24
Method
__init__
Initializes the BC network.
models/vector_policy_bc.py:11
Method
__init__
Initializes the BC network.
models/image_policy_bc.py:14
Function
callback
(lcl, _glb)
train_expert/train_cartpole.py:6
Function
check_image
(image)
models/utils.py:138
Function
check_image
(image)
models/coin_utils.py:134
Function
conv
(batch_input, out_channels, stride)
models/coin_utils.py:109
Method
convert
(image)
models/image_ilpo.py:179
Method
convert
(image)
models/image_bco.py:180
Method
create_encoder
Creates state embedding.
models/vector_bco.py:75
Method
create_encoder
Creates state embedding.
models/vector_ilpo.py:75
Method
create_encoder
Creates state embedding.
models/vector_bc.py:70
Method
create_encoder
Creates state embedding.
models/image_ilpo.py:100
Method
create_encoder
Creates state embedding.
models/image_bco.py:101
Method
create_encoder
Creates state embedding.
models/image_bc.py:91
Method
create_generator
Returns next state prediction given state and latent action.
models/vector_bco.py:97
Method
create_generator
Returns next state prediction given state and latent action.
models/vector_ilpo.py:97
Method
create_generator
(self, layers, generator_outputs_channels)
models/vector_bc.py:92
Method
create_generator
Returns next state prediction given a combined state and latent action.
models/image_ilpo.py:128
Method
create_generator
Creates a generator for making next state predictions.
models/bco.py:17
Method
create_generator
Creates a generator for making next state predictions.
models/bc.py:17
Method
create_generator
Returns next state prediction given a combined state and latent action.
models/image_bco.py:129
Method
create_generator
(self, layers, generator_outputs_channels)
models/image_bc.py:118
next →
1–100 of 144, ranked by callers