File List
Here is a list of all files in SDM'Studio:
- dir src
- dir sdm
- file algorithms.hpp
- file common.hpp
- file config.hpp
- file exception.hpp This file contains implementation for exceptions that can be thrown in your code.
- file spaces.hpp
- dir algorithms
- file alpha_star.hpp
- file backward_induction.hpp
- file hsvi.hpp HSVI algorithm.
- file q_learning.hpp
- file value_iteration.hpp
- dir core
- file actions.hpp
- file base_item.hpp
- file distribution.hpp
- file function.hpp
- file item.hpp
- file joint.hpp
- dir action
- file action.hpp The file for interface action class.
- file base_action.hpp
- file decision_rule.hpp
- file det_decision_rule.hpp
- file joint_det_decision_rule.hpp
- file stochastic_decision_rule.hpp
- dir dynamics
- dir observation
- file base_observation.hpp
- file default_observation.hpp
- file observation.hpp
- dir reward
- file function_reward.hpp
- file reward_interface.hpp
- file tabular_reward.hpp
- dir space
- file discrete_space.hpp File for DiscreteSpace class.
- file function_space.hpp File for discrete function space.
- file multi_discrete_space.hpp File for MultiDiscreteSpace class.
- file multi_space.hpp File implementing MultiSpace class.
- file space.hpp File for Space class.
- dir state
- file base_occupancy_state.hpp
- file base_state.hpp
- file belief_default.hpp
- file belief_state.hpp
- file compressible_occupancy_state.hpp
- file compression.hpp
- file history.hpp This file contains the generic history class.
- file history_tree.hpp History Tree data structure.
- file jhistory_tree.hpp History Tree data structure.
- file occupancy_state.hpp
- file private_occupancy_state.hpp
- file serial_occupancy_state.hpp
- file serialized_state.hpp
- dir interface
- file state.hpp The file for state class.
- file state_graph.hpp
- file states.hpp
- file temporal_function.hpp
- file variations.hpp This class provides getter and setter methods for generating Variations for all kind of data including: joint actions, joint observations, joint decision rules, policy trees, etc.
- dir parser
- file ast.hpp
- file ast_adapted.hpp
- file config.hpp
- file encoder.hpp
- file error_handler.hpp
- file parser.hpp
- file parser_def.hpp
- file printer.hpp
- dir encoders
- file dynamics_encoders.hpp
- file item_encoders.hpp
- file reward_encoders.hpp
- file space_encoders.hpp
- file struct_encoders.hpp
- dir public
- file algorithm.hpp
- file boost_serializable.hpp
- file world.hpp
- dir utils
- file global_Test.hpp
- dir linear_algebra
- file mapped_matrix.hpp
- file mapped_vector.hpp
- file matrix_interface.hpp File for MatrixInterface interface.
- file sdms_matrix.hpp
- file sdms_vector.hpp
- file tensor_impl.hpp
- file vector_interface.hpp File for VectorInterface interface.
- dir linear_programming
- file decentralized_lp_problem.hpp
- file lp_problem.hpp
- file lp_problem_interface.hpp
- file variable_naming.hpp
- dir logging
- file logger.hpp
- dir nn
- file mlpnet.hpp
- dir rl
- file eps_greedy.hpp
- file experience_memory.hpp
- file experience_memory_interface.hpp
- file exploration.hpp
- file replay_memory.hpp
- dir struct
- file graph.hpp
- file graph_node.hpp
- file iterator.hpp
- file pair.hpp
- file recursive_map.hpp
- file set.hpp
- dir iterator
- file combination_iterator.hpp
- file function_iterator.hpp
- file super_iterator.hpp
- file tree.hpp Tree data structure.
- file tuple.hpp
- file vector.hpp
- dir value_function
- file base_value_function.hpp
- file hierarchical_qvalue_function.hpp
- file hyperplan_value_function.hpp
- file incremental_value_function.hpp
- file point_set_qvalue_function.hpp
- file point_set_value_function.hpp
- file qvalue_function.hpp
- file qvalue_function_conditioning.hpp
- dir action_vf
- file action_maxplan.hpp
- file action_maxplan_lp.hpp
- file action_maxplan_lp_serial.hpp
- file action_maxplan_serial.hpp
- file action_maxplan_wcsp.hpp
- file action_sawtooth_lp.hpp
- file action_sawtooth_lp_relaxed.hpp
- file action_sawtooth_lp_serial.hpp
- file action_sawtooth_wcsp.hpp
- file action_tabulaire.hpp
- file action_vf_base.hpp
- file action_vf_interface.hpp
- dir backup
- dir initializer
- file belief_2_occupancy_vf.hpp
- file initializer.hpp File that contains definition of different initializers.
- file initializers.hpp This file contains the initializer factory class.
- file mdp_initializer.hpp The file that contains the class for initialization base on MDP.
- file pomdp_initializer.hpp
- file state_2_occupancy_vf.hpp
- file tabular_qvalue_function.hpp
- file tabular_qvalue_function_conditioning.hpp
- file tabular_value_function.hpp
- file value_function.hpp Defines the value function interface.
- file value_functions.hpp
- dir world
- file belief_mdp.hpp File that contains the implementation of the belief mdp process class.
- file gym_interface.hpp
- file hierarchical_mpomdp.hpp The file to transforme a MPOMDP in a hierarchical MPOMDP.
- file hierarchical_occupancy_mdp.hpp
- file mdp.hpp The file that contains the MDP class.
- file mmdp.hpp
- file mpomdp.hpp
- file networked_distributed_pomdp.hpp
- file occupancy_mdp.hpp
- file pomdp.hpp
- file private_hierarchical_occupancy_mdp.hpp
- file private_hierarchical_occupancy_mdp_with_history.hpp
- file serial_occupancy_mdp.hpp
- file serialized_mmdp.hpp Defines the Serialized MMDP.
- file serialized_mpomdp.hpp
- file solvable_by_dp.hpp
- file solvable_by_hsvi.hpp File defining the interface SolvableByHSVI.
- file solvable_by_mdp.hpp
- dir base
- file decision_process_interface.hpp
- file interactive_world_base.hpp
- file mdp_interface.hpp
- file mmdp_interface.hpp
- file mpomdp_interface.hpp
- file ndpomdp_interface.hpp
- file pomdp_interface.hpp The file that contains the POMDP class.
- file transformed_mpomdp.hpp
- file tools.hpp A set a tools for SDMS platform.
- file types.hpp
- file worlds.hpp
- dir sdm