Skip to content

Commit

Permalink
removed cvx from agent
Browse files Browse the repository at this point in the history
  • Loading branch information
k2shah committed Apr 14, 2020
1 parent ae56e45 commit c673880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np
import numpy.linalg as la
import numpy.random as rand
import cvxpy as cvx
# import cvxpy as cvx
# plot
import matplotlib.pyplot as plt
# lib
Expand Down

0 comments on commit c673880

Please sign in to comment.