Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 450 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 450 Bytes

Pytorch based reimplementation of COMS: Conservative Objective Models for Effective Offline Model-Based Optimization.

The original tensorflow implementation is here.

run_coms.py is the entry point of the code.

pytorch_nets.py contains the surrogate model.

pytorch_coms.pycontains the training algorithm.