Data Stores
S3DataStore
- class
rlcoach.data_stores.s3_data_store.
S3DataStore
(_params: rl_coach.data_stores.s3_data_store.S3DataStoreParameters)[source] An implementation of the data store using S3 for storing policy checkpoints when using Coach in distributed mode.The policy checkpoints are written by the trainer and read by the rollout worker.
- Parameters
- params – The parameters required to use the S3 data store.
NFSDataStore
- class
rlcoach.data_stores.nfs_data_store.
NFSDataStore
(_params: rl_coach.data_stores.nfs_data_store.NFSDataStoreParameters)[source] An implementation of data store which uses NFS for storing policy checkpoints when using Coach in distributed mode.The policy checkpoints are written by the trainer and read by the rollout worker.
- Parameters
- params – The parameters required to use the NFS data store.
当前内容版权归 NervanaSystems 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 NervanaSystems .