Compatibility with OpenAI gym #1789
                  
                    
                      renjieli08
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 2 replies
-
| Sure, BoTorch doesn’t care what it optimizes. Whether it is a good fit depends on how many parameters you want to optimize over and how long it takes to run one evaluation of that parameter setting - can you elaborate on that? If you just want to use Bayesian Optimization (and don’t want to get too deep in the weeds) I recommend using Ax (ax.dev), which is a lot more accessible and easier to use than BoTorch (which is focused more on Bayesian Optimization researchers). | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if botorch can be used with openAI gym? Basically, my blackbox function is realized by an environment built with openAI gym, and i'd like to optimize certain output features of this environment via botorch (i.e. Bayesian Optimization).
A link to gym is here: https://github.com/openai/gym
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions