Mînzu, V. and Arama, I. (2025) A New Method to Predict the Mechanical Behavior for a Family of Composite Materials. Journal ...
Abstract: This paper investigates reinforcement learning (RL) as a practical framework for achieving optimal adaptive control across several simple dynamical system models. All experiments were ...
Abstract: Test case optimization (TCO) reduces the software testing cost while preserving its effectiveness. However, to solve TCO problems for large-scale and complex software systems, substantial ...
SCE-UA is a lightweight Python package implementing the Shuffled Complex Evolution (SCE-UA) algorithm for global optimization. Designed primarily for hydrological model calibration, it leverages NumPy ...
. ├── ppo.py # Core PPO implementation ├── demonstrations/ # Example implementations │ ├── cartpole_demo.py │ ├── lunar_lander_demo.py │ └── README.md ├── requirements.txt # Project dependencies └── ...