o
    $i                     @   sF   d dl mZmZ d dlmZ eG dd dZeG dd deZdS )    )	PublicAPIoverride)SampleBatchTypec                   @   s"   e Zd ZdZedefddZdS )OutputWriterz9Writer API for saving experiences from policy evaluation.sample_batchc                 C   s   t )zwSaves a batch of experiences.

        Args:
            sample_batch: SampleBatch or MultiAgentBatch to save.
        )NotImplementedErrorselfr    r
   \/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/ray/rllib/offline/output_writer.pywrite	   s   zOutputWriter.writeN)__name__
__module____qualname____doc__r   r   r   r
   r
   r
   r   r      s    r   c                   @   s&   e Zd ZdZeedefddZdS )
NoopOutputz(Output writer that discards its outputs.r   c                 C   s   d S )Nr
   r   r
   r
   r   r      s   zNoopOutput.writeN)r   r   r   r   r   r   r   r   r
   r
   r
   r   r      s    r   N)ray.rllib.utils.annotationsr   r   ray.rllib.utils.typingr   r   r   r
   r
   r
   r   <module>   s    