Summary
The paper introduces a novel setting called mixed systems, in which environments comprise both stochastic and deterministic transitions. This leads to two types of states: stochastic states and pseudo-stochastic states. Stochastic states follow a stochastic transition kernel, while pseudo-stochastic states have deterministic transitions given the stochastic states/transitions. Such systems are common in real-world reinforcement learning (RL) applications such as data centers, ride-sharing systems, and communication networks.
Existing RL approaches can suffer from sample inefficiency due to the curse of dimensionality. The paper proposes an augmented sample generator (ASG) to improve sample efficiency. ASG augments transitions by retaining stochastic states while sampling new pseudo-stochastic states.
The paper provides a motivating example of a wireless downlink network, where stochastic states are the number of data packets arriving and the number of packets that can be transmitted at each time step. The pseudo-stochastic state is the length of the queue, which can be computed deterministically given the stochastic states.
The authors offer a convergence guarantee in the form of an optimality gap, connecting the learned value and optimal value with the number of real samples and augmented samples per real sample.
Experiments are conducted on a criss-cross network and the motivating example. The results demonstrate that combining ASG with Q-learning or policy gradient-type algorithms significantly improves performance.
Strengths
1. The paper presents a new setting that is widely observed in real applications.
2. A highly suitable algorithm (ASG) is proposed for this setting.
3. The effectiveness of ASG is demonstrated through solid theoretical proof and several experiments.
Weaknesses
The main weakness of the paper is that the difference between the new mixed systems setting and existing MDPs with exogenous inputs is not entirely clear. Although the analysis in Line 133 is sound, the environments used in this paper can be modeled with MDPs with exogenous inputs. For example, in the wireless downlink network, stochastic state is independent of actions taken. Seems that all environments used can be viewed as MDPs with exogenous inputs, and also a special case of mixed systems. However, the new setting is valuable, and more real-world application examples that can only be modeled with mixed systems are desirable. **If the authors address this issue, I recommend strongly accepting the paper**.
A minor weakness is that the algorithm assumes access to the reward function $R$ and pseudo-stochastic state transition function $g$, potentially limiting its scope. However, this assumption seems reasonable in most examples mentioned.
Questions
1. In Sections 4.1 and 4.2, the system seems to be defined on a continuous time span. It is unclear how continuous time is discretized. I suggest adding details about this issue to the main text or supplementary material.
2. Regarding the wireless downlink network example in Section 2.1, let's consider a situation where the real pseudo-stochastic state has queue lengths of {0, 0, 10}, and a good policy would take action 3 to schedule mobile 3 at this time step. ASG could augment a pseudo-stochastic state as {10, 0, 0}, and in this case, the real action 3 taken seems inappropriate. Although this augmented data still follows the transition function g, it is information less to the policy learning. How will such augmented data affect policy learning and the convergence result?
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The paper does not extensively discuss limitations or potential negative societal impacts of the work. No further limitations need to be addressed.