mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
[RLlib] Fix all example scripts to run on GPUs. (#11105)
This commit is contained in:
@@ -69,7 +69,7 @@ parser.add_argument(
|
||||
|
||||
if __name__ == "__main__":
|
||||
args = parser.parse_args()
|
||||
ray.init(local_mode=True)
|
||||
ray.init()
|
||||
|
||||
# Create a fake-env for the server. This env will never be used (neither
|
||||
# for sampling, nor for evaluation) and its obs/action Spaces do not
|
||||
|
||||
Reference in New Issue
Block a user