IJCAI 2024poster0 citations

RLOP: A Framework for Reinforcement Learning, Optimization and Planning Algorithms

Song Zhang

Abstract

Reinforcement learning, optimization, and planning/search are interconnected domains in artificial intelligence. Algorithms within these domains share many similarities. They complement each other in solving complex decision-making problems, and also offer opportunities for cross-disciplinary integration. However, conducting research on algorithms across these domains typically requires learning the specialized libraries. These libraries often couple algorithms with domain-specific problem classes, making it difficult to conduct cross-disciplinary researches. In order to solve this problem, we developed a generic and lightweight framework for reinforcement learning, optimization, and planning/search algorithms (RLOP). It implements only the core logic of algorithms, abstracting away domain-specific details by defining interface functions, which enables flexible customization and efficient integration across different domains. The framework has been open-sourced at https://github.com/songzhg/RLOP.

Machine Learning: ML: Reinforcement learningSearch: S: Search and machine learningPlanning and Scheduling: PS: Search in planning and schedulingSearch: S: Combinatorial search and optimisationPlanning and Scheduling: PS: Planning algorithmsSearch: S: Heuristic searchSearch: S: Local searchMultidisciplinary Topics and Applications: MDA: Computer gamesPlanning and Scheduling: PS: RoutingSearch: S: Game playingConstraint Satisfaction and Optimization: CSO: Solvers and toolsPlanning and Scheduling: PS: Markov decisions processes
BibTeX
@inproceedings{ijcai2024p1047,
  title     = {RLOP: A Framework for Reinforcement Learning, Optimization and Planning Algorithms},
  author    = {Zhang, Song},
  booktitle = {Proceedings of the Thirty-Third International Joint Conference on
               Artificial Intelligence, {IJCAI-24}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Kate Larson},
  pages     = {8851--8854},
  year      = {2024},
  month     = {8},
  note      = {Demo Track},
  doi       = {10.24963/ijcai.2024/1047},
  url       = {https://doi.org/10.24963/ijcai.2024/1047},
}