rlgraph
RLgraph: Modular computation graphs for deep reinforcement learning
File Explorer
Download Latest Version (.zip)- __init__.py
- bit_flip.py
- __init__.py
- __init__.py
- __init__.py
- random_bitflip.json
- random_bitflip.py
- test_openai_gym_atari.py
- Bitflip_README.md
- README.md
- Dockerfile
- Dockerfile
- Dockerfile
- Dockerfile
- README.md
- rlgraph_sphinx.css
- agents-in-environment.png
- custom-single-value-memory.png
- data_op_record.png
- data_ops.png
- dense-layer-component.png
- dict-space.png
- dm-lab-environment.png
- generic-agent.png
- graphviz-debug-rendering-faulty-ppo.png
- graphviz-legend.png
- grid-world-4x4.png
- image_ppt.pptx
- mdp-basic-concept.png
- mujoco-environment.png
- rank-0-1-and-2-tensors.png
- rank-3-tensor.png
- rlcore-logo-full.png
- tf-summaries-losses.png
- tf-summaries-rewards.png
- tuple-space.png
- index.rst
- base_class.rst
- neural_network_layers.rst
- preprocessing_layers.rst
- string_layers.rst
- action_adapters_reference.rst
- common_components_reference.rst
- component_base.rst
- distributions_reference.rst
- explorations_reference.rst
- helpers_reference.rst
- index.rst
- layers_reference.rst
- loss_functions_reference.rst
- memories_reference.rst
- neural_networks_reference.rst
- optimizers_reference.rst
- papers_reference.rst
- queues_reference.rst
- index.rst
- index.rst
- index.rst
- index.rst
- __init__.py
- agents.rst
- complete_custom_component.rst
- components.rst
- conf.py
- environments.rst
- how_to_build_an_algorithm_with_rlgraph.rst
- how_to_write_our_own_component.rst
- index.rst
- intro.rst
- make.bat
- Makefile
- op_records_and_data_ops.rst
- pypi_instructions.txt
- readme_link.rst
- rlgraphs_testing_system.rst
- spaces.rst
- actor_critic_cartpole.json
- apex_pong.json
- distributed_ppo_pendulum.json
- dqn_cartpole.json
- impala_cartpole.json
- impala_distributed_clusterspec.json
- impala_distributed_dmlab.json
- impala_openai_gym_with_lstm.json
- ppo_cartpole.json
- ppo_mlagents_3dball_hard.json
- ppo_mlagents_banana_collector.json
- ppo_mlagents_walker.json
- sac_mlagents_3dball_hard.json
- sac_mlagents_banana_collector.json
- sac_pendulum.json
- actor_critic_cartpole.py
- apex_pong.py
- distributed_ppo_pendulum.py
- dqn_cartpole_with_tf_summaries.py
- impala_cartpole.py
- impala_distributed_dmlab.py
- impala_openai_gym_with_lstm.py
- ppo_cartpole.py
- ppo_or_sac_on_mlagents.py
- sac_pendulum.py
- train_agent_openai.py
- __init__.py
- actor_critic_agent.py
- agent.py
- apex_agent.py
- dqfd_agent.py
- dqn_agent.py
- impala_agents.py
- ppo_agent.py
- random_agent.py
- sac_agent.py
- __init__.py
- action_adapter.py
- action_adapter_utils.py
- bernoulli_distribution_adapter.py
- beta_distribution_adapter.py
- categorical_distribution_adapter.py
- gumbel_softmax_distribution_adapter.py
- normal_distribution_adapter.py
- squashed_normal_distribution_adapter.py
- __init__.py
- batch_apply.py
- batch_splitter.py
- container_merger.py
- decay_components.py
- environment_stepper.py
- iterative_optimization.py
- multi_gpu_synchronizer.py
- noise_components.py
- repeater_stack.py
- sampler.py
- slice.py
- softmax.py
- staging_area.py
- synchronizable.py
- time_dependent_parameters.py
- __init__.py
- bernoulli.py
- beta.py
- categorical.py
- distribution.py
- gumbel_softmax.py
- joint_cumulative_distribution.py
- mixture_distribution.py
- multivariate_normal.py
- normal.py
- squashed_normal.py
- __init__.py
- epsilon_exploration.py
- exploration.py
- __init__.py
- batcher.cc
- clipping.py
- dynamic_batching.py
- generalized_advantage_estimation.py
- mem_segment_tree.py
- segment_tree.py
- sequence_helper.py
- softmax.py
- v_trace_function.py
- __init__.py
- activation_functions.py
- concat_layer.py
- conv2d_layer.py
- conv2d_transpose_layer.py
- dense_layer.py
- local_response_normalization_layer.py
- lstm_layer.py
- maxpool2d_layer.py
- multi_lstm_layer.py
- nn_layer.py
- residual_layer.py
- __init__.py
- clip.py
- concat.py
- container_splitter.py
- convert_type.py
- grayscale.py
- image_binary.py
- image_crop.py
- image_resize.py
- moving_standardize.py
- multiply_divide.py
- normalize.py
- preprocess_layer.py
- rank_reinterpreter.py
- reshape.py
- sequence.py
- transpose.py
- __init__.py
- embedding_lookup.py
- string_layer.py
- string_to_hash_bucket.py
- __init__.py
- layer.py
- __init__.py
- actor_critic_loss_function.py
- categorical_cross_entropy_loss.py
- container_loss_function.py
- dqfd_loss_function.py
- dqn_loss_function.py
- euclidian_distance_loss.py
- impala_loss_function.py
- loss_function.py
- neg_log_likelihood_loss.py
- ppo_loss_function.py
- sac_loss_function.py
- supervised_loss_function.py
- __init__.py
- fifo_queue.py
- mem_prioritized_replay.py
- memory.py
- prioritized_replay.py
- queue_runner.py
- replay_memory.py
- ring_buffer.py
- __init__.py
- intrinsic_curiosity_world_option_model.py
- model.py
- supervised_model.py
- __init__.py
- impala_networks.py
- __init__.py
- sac_networks.py
- __init__.py
- actor_component.py
- dict_preprocessor_stack.py
- multi_input_stream_neural_network.py
- neural_network.py
- preprocessor_stack.py
- stack.py
- value_function.py
- variational_auto_encoder.py
- __init__.py
- horovod_optimizer.py
- local_optimizers.py
- optimizer.py
- __init__.py
- dueling_policy.py
- dynamic_batching_policy.py
- policy.py
- shared_value_function_policy.py
- __init__.py
- __init__.py
- component.py
- agent.png
- arrow.png
- arrow_green.png
- arrow_red.png
- fire.png
- hole.png
- __init__.py
- deepmind_lab.py
- deterministic_env.py
- environment.py
- gaussian_density_as_reward_env.py
- grid_world.py
- mlagents_env.py
- openai_gym.py
- random_env.py
- sequential_vector_env.py
- vector_env.py
- vizdoom.py
- __init__.py
- impala_worker.py
- __init__.py
- __init__.py
- apex_executor.py
- apex_memory.py
- ray_memory_actor.py
- __init__.py
- ray_actor.py
- ray_executor.py
- ray_policy_worker.py
- ray_util.py
- ray_value_worker.py
- sync_batch_executor.py
- __init__.py
- environment_sample.py
- single_threaded_worker.py
- worker.py
- __init__.py
- graph_builder.py
- graph_executor.py
- meta_graph.py
- meta_graph_builder.py
- pytorch_executor.py
- tensorflow_executor.py
- __init__.py
- bool_box.py
- box_space.py
- containers.py
- float_box.py
- int_box.py
- space.py
- space_utils.py
- text_box.py
- __init__.py
- test_all_compile.py
- test_apex_agent_functionality.py
- test_base_agent_functionality.py
- test_dqfd_agent_functionality.py
- test_dqn_agent_functionality.py
- test_impala_agent_functionality.py
- test_ppo_agent_functionality.py
- test_sac_agent_functionality.py
- __init__.py
- test_apex_agent_long_task_learning.py
- test_dqn_agent_long_task_learning.py
- test_impala_agent_long_task_learning.py
- __init__.py
- test_actor_critic_agent_short_task_learning.py
- test_dqn_agent_short_task_learning.py
- test_impala_agent_short_task_learning.py
- test_ppo_agent_short_task_learning.py
- test_sac_agent_short_task_learning.py
- __init__.py
- 16x16x3_image.bmp
- 4x4x3_image_resized.bmp
- 8x12x3_image_cropped.bmp
- __init__.py
- test_action_adapters.py
- test_actor_components.py
- test_batch_apply.py
- test_batch_splitter.py
- test_component_copy.py
- test_container_merger.py
- test_container_splitter.py
- test_decay_components.py
- test_dict_preprocessor_stack.py
- test_distributions.py
- test_dqn_loss_functions.py
- test_environment_stepper.py
- test_epsilon_exploration.py
- test_explorations.py
- test_fifo_queue.py
- test_generalized_advantage_estimation.py
- test_impala_loss_function.py
- test_local_optimizers.py
- test_multi_input_stream_nn.py
- test_neural_networks.py
- test_neural_networks_keras_style_assembly.py
- test_nn_layers.py
- test_noise_components.py
- test_policies.py
- test_policies_on_container_actions.py
- test_ppo_loss_functions.py
- test_preprocess_layers.py
- test_preprocessor_stacks.py
- test_prioritized_replay.py
- test_python_prioritized_replay.py
- test_replay_memory.py
- test_reshape_preprocessor.py
- test_ring_buffer.py
- test_sac_loss_function.py
- test_sampler_component.py
- test_sequence_helper.py
- test_sequence_preprocessor.py
- test_slice.py
- test_softmax.py
- test_stack.py
- test_staging_area.py
- test_string_layers.py
- test_supervised_loss_functions.py
- test_synchronizable.py
- test_time_dependent_parameters.py
- test_v_trace_function.py
- test_variational_auto_encoders.py
- actor_critic_agent_for_2x2_gridworld.json
- actor_critic_agent_for_cartpole.json
- actor_critic_agent_for_pong.json
- apex_agent_cartpole.json
- apex_agent_for_2x2_gridworld.json
- apex_agent_for_2x2_gridworld_with_container_actions.json
- apex_agent_for_random_env.json
- backend_performance_dqn_cartpole.json
- backend_performance_dqn_pong.json
- dqfd_agent_for_cartpole.json
- dqfd_container.json
- dqn_agent_for_2x2_gridworld.json
- dqn_agent_for_2x2_gridworld_single_to_container.json
- dqn_agent_for_2x2_gridworld_with_container_actions.json
- dqn_agent_for_4x4_gridworld.json
- dqn_agent_for_cartpole.json
- dqn_agent_for_functionality_test.json
- dqn_agent_for_pong.json
- dqn_agent_for_random_env.json
- dqn_pytorch_test.json
- dqn_vector_env.json
- impala_agent_for_2x2_gridworld.json
- impala_agent_for_breakout.json
- impala_agent_for_cartpole.json
- impala_agent_for_deepmind_lab_env.json
- impala_agent_for_random_env.json
- multi_gpu_dqn_for_2x2_gridworld.json
- multi_gpu_dqn_for_random_env.json
- multi_gpu_ppo_for_2x2_gridworld.json
- multi_gpu_ray_apex_for_pong.json
- ppo_agent_for_2x2_gridworld.json
- ppo_agent_for_2x2_gridworld_with_container_actions.json
- ppo_agent_for_4_room_gridworld.json
- ppo_agent_for_4x4_gridworld.json
- ppo_agent_for_cartpole.json
- ppo_agent_for_long_chain_gridworld.json
- ppo_agent_for_pendulum.json
- ppo_agent_for_pong.json
- ppo_agent_for_random_env_with_container_spaces.json
- ray_apex_for_pong.json
- ray_sac_pong_test.json
- sac_agent_for_2x2_gridworld_with_container_actions.json
- sac_agent_for_cartpole.json
- sac_agent_for_functionality_test.json
- sac_agent_for_gaussian_density_env.json
- sac_agent_for_pendulum.json
- sac_agent_for_pong.json
- sac_cartpole_on_apex.json
- sac_component_for_fake_env_test.json
- sync_batch_ppo_cartpole.json
- sync_batch_ppo_gridworld_with_container_actions.json
- sync_batch_ppo_pendulum.json
- test_3x_cnn_nn.json
- test_complex_multi_stream_nn_with_lstm.json
- test_dense_to_lstm_nn.json
- test_large_dense_nn.json
- test_lrelu_nn.json
- test_lstm_nn.json
- test_simple_nn.json
- test_vae_decoder_network.json
- test_vae_encoder_network.json
- __init__.py
- test_api_methods.py
- test_device_placements.py
- test_graph_fns.py
- test_input_incomplete_build.py
- test_input_space_checking.py
- test_pytorch_backend.py
- test_pytorch_util.py
- test_single_components.py
- test_spaces.py
- test_specifiable_server.py
- test_specifiables.py
- __init__.py
- test_deepmind_lab.py
- test_deterministic_env.py
- test_grid_world.py
- test_ml_agents_env.py
- test_openai_gym_atari.py
- test_random_env.py
- test_readme_example.py
- test_sequential_vector_env.py
- __init__.py
- test_apex_executor.py
- test_gpu_strategies.py
- test_ray_policy_worker.py
- test_ray_value_worker.py
- test_single_threaded_worker.py
- test_sync_batch_executor.py
- __init__.py
- test_backends.py
- test_multi_gpu_updates.py
- test_python_memory_performance.py
- test_single_threaded_dqn.py
- test_tf_memory_performance.py
- test_time_rank_folding_performance.py
- test_vector_env.py
- __init__.py
- test_visualizations.py
- __init__.py
- agent_test.py
- component_test.py
- dummy_components.py
- dummy_components_with_sub_components.py
- test_util.py
- __init__.py
- config_util.py
- debug_util.py
- decorators.py
- define_by_run_ops.py
- initializer.py
- input_parsing.py
- model_util.py
- numpy.py
- op_records.py
- ops.py
- pytorch_util.py
- rlgraph_errors.py
- specifiable.py
- specifiable_server.py
- tf_util.py
- util.py
- visualization_util.py
- __init__.py
- version.py
- .gitignore
- .travis.yml
- FAQ.md
- Jenkinsfile
- LICENSE
- README.md
- readthedocs.yaml
- RELEASE_NOTES.md
- setup.py
// repository documentation
Was this content helpful?
(0 ratings)
