Skip to content

Instantly share code, notes, and snippets.

View etendue's full-sized avatar

Yusun Liu etendue

  • www.momenta.ai
  • Shanghai,China
View GitHub Profile
@etendue
etendue / test.py
Created April 24, 2019 18:59
test script
import multiprocessing as mp
import ai2thor.controller
import numpy as np
import time
import os
actions = [
'MoveAhead',
'MoveBack',
'MoveRight',
@etendue
etendue / test_result.csv
Last active April 24, 2019 18:38
AI2THOR test result with test.py script
--num-envs 1 2 4 6 8
(Single Process) 49.7 55.3 44.6 29.3 17.5
(Multiprocess) -mp 53 106.5 148.5 148.5 122.7
(Multiprocess) -mp -gpus 2 N.A. 108.8 171.1 177.1 128.7